diff options
author | Michael Hunteman <michael@huntm.net> | 2023-08-27 15:39:10 -0500 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2023-08-27 15:39:10 -0500 |
commit | 1d2c8ed1af1c39935f5de114e410ea5a8c15c18d (patch) | |
tree | bf8b288aeb767f5f6f21dcb55f9460f6198d0000 | |
parent | cd1b75ce2d556ead5d5ff55394a4892229f4c3f5 (diff) |
Use hostname
-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 |