aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2015-02-01 20:51:56 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2015-02-01 20:51:56 +0100
commit6c6fc9f1af9bfd920e319571d7aa64d85448ef4c (patch)
tree43079ff35f7f653308722b594acba03f37dff052
parent17fc734d20035c84fc903f185dd10f85fdc489b3 (diff)
downloaddotfiles-6c6fc9f1af9bfd920e319571d7aa64d85448ef4c.tar.gz
dotfiles-6c6fc9f1af9bfd920e319571d7aa64d85448ef4c.tar.bz2
dotfiles-6c6fc9f1af9bfd920e319571d7aa64d85448ef4c.zip
whatever
-rw-r--r--ratpoison/ratpoisonrc.conf2
-rwxr-xr-xratpoison/wp2
-rwxr-xr-xxinitrc2
3 files changed, 3 insertions, 3 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
diff --git a/xinitrc b/xinitrc
index e8bbfc0..5afb6c8 100755
--- a/xinitrc
+++ b/xinitrc
@@ -49,7 +49,7 @@ xset m 0 0
xset -b
# Launch locking program
-xautolock -detectsleep -locker 'i3lock -i ~/.wallpaper' -time 11 -corners 0-00 &
+xautolock -detectsleep -locker 'i3lock -i ~/.wallpaper.png' -time 11 -corners 0-00 &
# Load xterm colors
xrdb -merge ~/.Xresources