diff options
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -1,10 +1,22 @@ +# For automatic lock on suspend/hibernation systemctl --user import-environment DISPLAY -feh --no-fehbg --bg-scale ~/pictures/background.png +# Notification daemon dunst & -xcompmgr & -setxkbmap -option compose:caps & +# Composite manager, for blur and other neat effects +picom --blur-method dual_kawase --blur-strength 5 --experimental-backends --backend glx & + # Disable mouse acceleration xset m 0 0 & xset r rate 300 50 & -exec i3 +xmodmap -e "clear lock" +xmodmap -e "keysym Multi_key = Multi_key Caps_Lock" +xmodmap -e "keycode 9 = Multi_key" +xmodmap -e "keycode 108 = Multi_key" +xmodmap -e "keycode 66 = Escape" + +autorandr -c + +feh --no-fehbg --bg-scale ~/pictures/background.png +dwmblocks & +exec /usr/local/bin/dwm |
