From 4db9836b288f4369a3b61419bf6414eee782bc00 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Wed, 24 May 2023 19:16:35 +0400 Subject: [PATCH] Include nwg-displays config's if exists --- etc/skel/.config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/skel/.config/sway/config b/etc/skel/.config/sway/config index 3fb41ca..20e1c0d 100644 --- a/etc/skel/.config/sway/config +++ b/etc/skel/.config/sway/config @@ -27,3 +27,7 @@ include /etc/sway/config.d/*.conf # User config include $HOME/.config/sway/config.d/*.conf + +# Include nwg-displays config's (if exists) +include ~/.config/sway/outputs +include ~/.config/sway/workspaces