commit ef5bcea7f94f6151a9a909284b248139ada6006d
parent c9b05f9491c651c6451751bc3c533cf1af758fab
Author: Chris Bracken <chris@bracken.jp>
Date: Thu, 6 Jan 2022 18:08:40 -0800
sway: add host-specific configuration
Includes ~/.config/sway/`hostname` at the end of the sway config file to
allow for host-specific configuration.
Adds host-specific configuration for hinoki, where DP-2 is to the left
of DP-1.
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -297,3 +297,5 @@ bar {
}
include /etc/sway/config.d/*
+include ~/.config/sway/config.d/*
+include ~/.config/sway/`hostname`
diff --git a/.config/sway/hinoki.bracken.jp b/.config/sway/hinoki.bracken.jp
@@ -0,0 +1,2 @@
+output DP-2 pos 0,0
+output DP-1 pos 3840,0