Rework background images
This commit is contained in:
parent
548a9c0edf
commit
a8adfb8ff9
4 changed files with 6 additions and 7 deletions
|
@ -2,8 +2,8 @@
|
||||||
LocationMode=filename-entry
|
LocationMode=filename-entry
|
||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=282
|
GeometryX=0
|
||||||
GeometryY=194
|
GeometryY=0
|
||||||
GeometryWidth=876
|
GeometryWidth=876
|
||||||
GeometryHeight=538
|
GeometryHeight=538
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
set $term termite
|
set $term termite
|
||||||
set $menu exec $term --name=launcher -e launcher.sh
|
set $menu exec $term --name=launcher -e launcher.sh
|
||||||
|
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
|
||||||
|
|
||||||
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill
|
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
|
||||||
|
|
|
@ -16,7 +16,7 @@ bindsym $mod+Shift+c reload
|
||||||
bindsym $mod+Shift+e exit
|
bindsym $mod+Shift+e exit
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+d exec $menu
|
bindsym $mod+d exec $menu
|
||||||
bindsym $mod+Alt+l exec swaylock
|
bindsym $mod+Alt+l exec swaylock -i $lock_bg
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
@ -167,10 +167,9 @@ exec_always import-gsettings.sh \
|
||||||
font-name:gtk-font-name
|
font-name:gtk-font-name
|
||||||
|
|
||||||
exec swayidle \
|
exec swayidle \
|
||||||
timeout 300 'swaylock' \
|
timeout 300 'swaylock -i $lock_bg' \
|
||||||
timeout 600 'swaymsg "output * dpms off"' \
|
timeout 600 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep 'swaylock'
|
before-sleep 'swaylock'
|
||||||
|
|
||||||
exec mako
|
exec mako
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
ignore-empty-password
|
ignore-empty-password
|
||||||
show-failed-attempts
|
show-failed-attempts
|
||||||
daemonize
|
daemonize
|
||||||
image=~/Documents/ressources/wallpapers/morty.jpg
|
|
||||||
|
|
Reference in a new issue