From e3cd85fd4d718943b8644d3664f92d224b46c7b0 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 31 May 2024 16:53:32 +0300 Subject: sway: Modularize configuration --- .config/sway/config | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index 433c1f0..69b35fc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,6 +1,7 @@ ## Mod key set $mod Mod4 +include ~/.config/sway/$(hostname)/* exec emacs exec waybar @@ -13,10 +14,6 @@ bindsym $mod+period workspace back_and_forth bindsym $mod+comma exec grimshot save area bindsym $mod+Shift+comma exec grimshot save screen -## Setup monitors & wallpapers -output DP-2 pos 0 0 res 2560x1440 -output HDMI-A-1 pos 2560 0 res 2560x1440 transform 270 - default_border pixel 3 default_floating_border pixel 3 gaps inner 5 @@ -269,4 +266,4 @@ bindsym Shift+Ctrl+Up resize grow height 5 px or 5 ppt bindsym Shift+Ctrl+Down resize shrink height 5 px or 5 ppt bindsym Shift+Ctrl+Right resize grow width 5 px or 5 ppt -exec swayidle -w timeout 960 swaylock before-sleep swaylock \ No newline at end of file +exec swayidle -w timeout 960 swaylock before-sleep swaylock -- cgit v1.2.3