diff options
Diffstat (limited to 'dot_xinitrc')
-rw-r--r-- | dot_xinitrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dot_xinitrc b/dot_xinitrc index 6a33400..63f5e2f 100644 --- a/dot_xinitrc +++ b/dot_xinitrc @@ -8,12 +8,14 @@ # and so they are needed there. To prevent doubling up commands, I source them # here with the line below. -[ -f ~/.xprofile ] && . ~/.xprofile +[ -f ~/.xprofile ] && . "$HOME"/.xprofile ###PERSONAL EDIT### -exec i3 +i3 xset s off xset -dpms xset s noblank +xset r rate 300 50 +setxkbmap -option caps:super |