Set desktop background
This commit is contained in:
parent
eb4ec29abc
commit
ac611e33e3
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Set desktop background
|
||||
command -v feh &1>/dev/null && feh --bg-scale $HOME/pix/wallpaper.jpg &
|
||||
command -v feh &1>/dev/null && feh --bg-max $HOME/pix/wallpaper.png &
|
||||
|
||||
# Swap CAPSLOCK and Escape
|
||||
setxkbmap -option caps:swapescape gb &
|
||||
|
|
Loading…
Reference in New Issue