diff --git a/conf/gtk-2.0/gtkfilechooser.ini b/conf/gtk-2.0/gtkfilechooser.ini index c522196..08e76a8 100644 --- a/conf/gtk-2.0/gtkfilechooser.ini +++ b/conf/gtk-2.0/gtkfilechooser.ini @@ -2,8 +2,8 @@ LocationMode=filename-entry ShowHidden=false ShowSizeColumn=true -GeometryX=282 -GeometryY=194 +GeometryX=0 +GeometryY=0 GeometryWidth=876 GeometryHeight=538 SortColumn=name diff --git a/conf/sway/conf.d/morty.config b/conf/sway/conf.d/morty.config index 29675b7..437142e 100644 --- a/conf/sway/conf.d/morty.config +++ b/conf/sway/conf.d/morty.config @@ -1,4 +1,5 @@ set $term termite 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 diff --git a/conf/sway/config b/conf/sway/config index 3b29722..d0fa777 100644 --- a/conf/sway/config +++ b/conf/sway/config @@ -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 - diff --git a/conf/swaylock/config b/conf/swaylock/config index b0550b6..1786f6c 100644 --- a/conf/swaylock/config +++ b/conf/swaylock/config @@ -2,4 +2,3 @@ ignore-empty-password show-failed-attempts daemonize -image=~/Documents/ressources/wallpapers/morty.jpg