Update .xinitrc
This commit is contained in:
parent
bfb562e5f8
commit
75f917e709
|
@ -1,9 +1,16 @@
|
||||||
#!/bin/sh
|
#!/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 &
|
setxkbmap -option caps:swapescape gb &
|
||||||
|
|
||||||
|
# Run compositor
|
||||||
picom --daemon
|
picom --daemon
|
||||||
|
|
||||||
|
# Hide mouse cursor when typing
|
||||||
xbanish &
|
xbanish &
|
||||||
|
|
||||||
xmonad
|
# Run window manager
|
||||||
|
dbus-run-session xmonad
|
||||||
|
|
Loading…
Reference in New Issue