diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:54:31 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-07-08 13:54:31 +0000 |
| commit | 84532a4e5f5bad16b4147087e0465ba7d396d9a9 (patch) | |
| tree | 96a4ce80de525ae752588980d44f3df4005bc7d6 /.xinitrc | |
| parent | 23844f4a235726af1b869f715463892a763e4690 (diff) | |
Update xinitrc
Change compositor
Change capslock to escape
Change altgr to compose key
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 |
