From d25f2755836eb78c11214c3531c69f2ed07f0e27 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 25 Aug 2024 08:30:17 +0200 Subject: [PATCH] fix: kanshi config --- home/home-configuration.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index e0f466a..a71d39d 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -218,14 +218,14 @@ ((output eDP-1 enable))) (profile docked ((output eDP-1 disable) - (output DP-9 enable pos 0,0) - (output DP-8 enable pos 3840,0) - (output DP-7 enable pos 1920,0))) + (output DP-9 enable position 0,0) + (output DP-8 enable position 3840,0) + (output DP-7 enable position 1920,0))) (profile docked-alt ((output eDP-1 disable) - (output DP-12 enable pos 0,0) - (output DP-11 enable pos 3840,0) - (output DP-10 enable pos 1920,0))))))) + (output DP-12 enable position 0,0) + (output DP-11 enable position 3840,0) + (output DP-10 enable position 1920,0))))))) (service home-swayidle-service-type (home-swayidle-configuration (config @@ -262,4 +262,4 @@ (service home-pipewire-service-type) (service home-dbus-service-type)))) -;; swayidle +;; dconf service, first for the gtk theme imports -- 2.48.1