Set desktop background

This commit is contained in:
The Magician 2024-07-26 13:18:35 +01:00
parent eb4ec29abc
commit ac611e33e3
1 changed files with 1 additions and 1 deletions

View File

@ -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 &