mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
X11: remove redundant xsession file
This commit is contained in:
@ -11,8 +11,12 @@ if [ -d "$xinitdir" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
source ~/.profile
|
||||
source $XDG_CONFIG_HOME/X11/xsession
|
||||
source $HOME/.profile
|
||||
|
||||
xrdb -merge $XDG_CONFIG_HOME/X11/xresources
|
||||
xrandr --dpi $(xrdb -query | grep -i xft.dpi | cut -d: -f2)
|
||||
|
||||
setxkbmap -option caps:none
|
||||
xset r rate 200 18
|
||||
|
||||
exec i3
|
||||
|
@ -1,3 +0,0 @@
|
||||
setxkbmap -option caps:none
|
||||
xset r rate 200 18
|
||||
xrandr --dpi 96
|
Reference in New Issue
Block a user