diff --git a/X/.xinitrc b/X/.xinitrc index 95a392c..4da8c0c 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -1,9 +1,16 @@ #!/bin/sh +# Set desktop background +command -v feh &1>/dev/null && feh --bg-scale $HOME/pix/wallpaper.jpg & + +# Swap CAPSLOCK and Escape setxkbmap -option caps:swapescape gb & +# Run compositor picom --daemon +# Hide mouse cursor when typing xbanish & -xmonad +# Run window manager +dbus-run-session xmonad