diff options
-rw-r--r-- | .config/sway/config | 7 |
1 files changed, 2 insertions, 5 deletions
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 |