From 2760491ebf49ead138b877ae5de691292dca0f40 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 10 Jul 2026 18:49:44 +0200 Subject: Replace hyprland monitors with kanshi profiles --- host_vars/desktop.local.yml.example | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'host_vars/desktop.local.yml.example') diff --git a/host_vars/desktop.local.yml.example b/host_vars/desktop.local.yml.example index 7017c6de..d24dcff2 100644 --- a/host_vars/desktop.local.yml.example +++ b/host_vars/desktop.local.yml.example @@ -41,10 +41,12 @@ fonts_extra: - "noto-fonts" hyprland_nvidia: true -hyprland_monitors: | - env = GDK_SCALE,2 - monitor=HDMI-A-1,3840x2160@60,auto-left,1.6 - monitor=DP-1,3840x2160@60,auto-right,1.6 +hyprland_gdk_scale: 2 +hyprland_kanshi_profiles: | + profile home { + output "Left Monitor" mode 3840x2160@60Hz position 0,0 scale 1.6 + output "Right Monitor" mode 3840x2160@60Hz position 2400,0 scale 1.6 + } zen_browser_install_browserpass: true zen_browser_install_passff: false -- cgit v1.2.3