From f4395550b2332076569f1f7d1467487ed6ecf815 Mon Sep 17 00:00:00 2001 From: coderkun Date: Fri, 19 Oct 2018 17:41:36 +0200 Subject: [PATCH] i3: Add background image using feh --- i3/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index d74013d..2a087c0 100644 --- a/i3/config +++ b/i3/config @@ -184,8 +184,8 @@ bar { } # Shutdown, reboot, lock srceen -exec --no-startup-id xautolock -time 1 -locker "i3lock -i '/home/oliver/Bilder/Wallpapers/the neon demon.png'" -set $Locker i3lock -i '/home/oliver/Bilder/Wallpapers/the neon demon.png' && sleep 1 && xset dpms force off +exec --no-startup-id xautolock -time 1 -locker "i3lock -i ~/Bilder/Wallpapers/the\ neon\ demon.png" +set $Locker i3lock -i ~/Bilder/Wallpapers/the\ neon\ demon.png && sleep 1 && xset dpms force off set $mode_system System (b) blank, (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown mode "$mode_system" { bindsym b exec --no-startup-id xset dpms force off, mode "default" @@ -202,5 +202,8 @@ mode "$mode_system" { } bindsym $mod+Shift+P mode "$mode_system" +# Background image +exec --no-startup-id feh --bg-fill "~/Bilder/Wallpapers/headdown.png" + # Switch audio device (pulseaudio) bindsym $mod+y exec --no-startup-id ~/Dokumente/Coding/scripts/pa.bash switch && pkill -SIGRTMIN+10 i3blocks