diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-12-08 08:35:08 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-12-08 08:35:08 +0000 |
| commit | 786dc619baa61b1e24f6bbd36634ca3002cfb209 (patch) | |
| tree | 08942eb9e2351a27c8662db0c553dfffdfcc240f /.config/x/xinitrc | |
| parent | df30c94c3ad4b74fefbedb13b1288d61f01576e7 (diff) | |
Update X-setup
Diffstat (limited to '.config/x/xinitrc')
| -rw-r--r-- | .config/x/xinitrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/x/xinitrc b/.config/x/xinitrc new file mode 100644 index 0000000..38dfe9a --- /dev/null +++ b/.config/x/xinitrc @@ -0,0 +1,23 @@ +# For automatic lock on suspend/hibernation +systemctl --user import-environment DISPLAY +# Notification daemon +dunst & +# Composite manager, for blur and other neat effects +picom --blur-method dual_kawase --blur-strength 2 --experimental-backends --backend glx & + +# Disable mouse acceleration +xset m 0 0 & +xset r rate 300 50 & + +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 & +xrdb $XDEFAULTS +exec /usr/local/bin/dwm |
