diff options
Diffstat (limited to 'ratpoison')
-rw-r--r-- | ratpoison/ratpoisonrc.conf | 2 | ||||
-rwxr-xr-x | ratpoison/wp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ratpoison/ratpoisonrc.conf b/ratpoison/ratpoisonrc.conf index 05dac26..e010ff5 100644 --- a/ratpoison/ratpoisonrc.conf +++ b/ratpoison/ratpoisonrc.conf @@ -170,7 +170,7 @@ bind K exchangeup bind w window_menu bind a title bind t time -definekey top s-l exec i3lock -n -i ~/.wallpaper +definekey top s-l exec i3lock -n -i ~/.wallpaper.png definekey top s-s exec ~/bin/sus definekey top s-L redisplay bind C exec ~/.ratpoison/wp change diff --git a/ratpoison/wp b/ratpoison/wp index 9ee39f6..4069e77 100755 --- a/ratpoison/wp +++ b/ratpoison/wp @@ -144,7 +144,7 @@ function change { #:: Set the background feh --bg-fill $background - cp $background ~/.wallpaper + convert $background ~/.wallpaper.png & #:: Record the current background set_current $background |