i3: Use generic background and locker image
This commit is contained in:
parent
a8c82b3b35
commit
833bdce03f
1 changed files with 3 additions and 3 deletions
|
|
@ -188,8 +188,8 @@ bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Shutdown, reboot, lock srceen
|
# Shutdown, reboot, lock srceen
|
||||||
exec --no-startup-id xautolock -time 1 -locker "i3lock -i ~/Bilder/Wallpapers/the\ neon\ demon.png"
|
exec --no-startup-id xautolock -time 1 -locker "i3lock -i ~/.config/i3/lockscreen.png"
|
||||||
set $Locker i3lock -i ~/Bilder/Wallpapers/the\ neon\ demon.png && sleep 1 && xset dpms force off
|
set $Locker i3lock -i ~/.config/i3/lockscreen.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
|
set $mode_system System (b) blank, (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (Shift+s) shutdown
|
||||||
mode "$mode_system" {
|
mode "$mode_system" {
|
||||||
bindsym b exec --no-startup-id xset dpms force off, mode "default"
|
bindsym b exec --no-startup-id xset dpms force off, mode "default"
|
||||||
|
|
@ -209,7 +209,7 @@ mode "$mode_system" {
|
||||||
bindsym $mod+Shift+P mode "$mode_system"
|
bindsym $mod+Shift+P mode "$mode_system"
|
||||||
|
|
||||||
# Background image
|
# Background image
|
||||||
exec --no-startup-id feh --bg-fill "~/Bilder/Wallpapers/headdown.png"
|
exec --no-startup-id feh --bg-fill ~/.config/sway/bg.png
|
||||||
|
|
||||||
# Switch audio device (pulseaudio)
|
# Switch audio device (pulseaudio)
|
||||||
bindsym $mod+y exec --no-startup-id ~/Dokumente/Coding/scripts/pa.bash switch && pkill -SIGRTMIN+10 i3blocks
|
bindsym $mod+y exec --no-startup-id ~/Dokumente/Coding/scripts/pa.bash switch && pkill -SIGRTMIN+10 i3blocks
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue