diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-02-05 00:38:45 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-02-05 00:38:45 +0100 |
commit | 5cac3f1a424ebbd65034f5eef0430e8de2c56a0a (patch) | |
tree | 13093a0786e381415831adde1b471b5a43a1c658 /sway/config | |
parent | 0365586f1d8f771a9680f2fe297615a23c2ab156 (diff) | |
download | dotfiles-5cac3f1a424ebbd65034f5eef0430e8de2c56a0a.tar.gz |
sway multiple systems setup
Diffstat (limited to 'sway/config')
-rw-r--r-- | sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/config b/sway/config index dee9b43..f575b25 100644 --- a/sway/config +++ b/sway/config @@ -4,4 +4,6 @@ set $mod Mod1 set $term alacritty floating_modifier $mod +include "systems/$SYSTEM_NAME.conf" + include config.d/*.conf |