diff --git a/X/.xinitrc b/X/.xinitrc index 4da8c0c..161b57a 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -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 &