diff options
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 6fec25e..3880b47 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -108,7 +108,7 @@ exec swayidle -w \ timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' bindsym $mod+XF86Sleep exec swaylock -c 00000000 -bindsym $mod+Pause exec swaylock -i /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png --scaling fill +bindsym $mod+F3 exec swaylock -i /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png --scaling fill set $primary #285577 set $background #282828 @@ -125,5 +125,5 @@ default_border pixel 4 hide_edge_borders smart focus_on_window_activation urgent -include "~/.config/sway/`cat /etc/hostname`" +include "~/.config/sway/`hostname`" #exec startup |