From 1d2c8ed1af1c39935f5de114e410ea5a8c15c18d Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sun, 27 Aug 2023 15:39:10 -0500 Subject: Use hostname --- .config/sway/config | 4 ++-- 1 file 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 -- cgit v1.2.3