Rework background images
This commit is contained in:
parent
548a9c0edf
commit
a8adfb8ff9
4 changed files with 6 additions and 7 deletions
|
@ -16,7 +16,7 @@ bindsym $mod+Shift+c reload
|
|||
bindsym $mod+Shift+e exit
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+Alt+l exec swaylock
|
||||
bindsym $mod+Alt+l exec swaylock -i $lock_bg
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
@ -167,10 +167,9 @@ exec_always import-gsettings.sh \
|
|||
font-name:gtk-font-name
|
||||
|
||||
exec swayidle \
|
||||
timeout 300 'swaylock' \
|
||||
timeout 300 'swaylock -i $lock_bg' \
|
||||
timeout 600 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock'
|
||||
|
||||
exec mako
|
||||
|
||||
|
|
Reference in a new issue