summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-31 16:53:32 +0300
committerThanos Apollo <[email protected]>2024-05-31 16:53:32 +0300
commite3cd85fd4d718943b8644d3664f92d224b46c7b0 (patch)
treec4ab58e0b80462659c55219908fad10fc5e6ee88 /.config/sway/config
parent0e8d197e5fcf6cd56bf08931647eeb54dba81df9 (diff)
sway: Modularize configuration
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config7
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