diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-10 18:49:44 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-10 18:49:44 +0200 |
| commit | 2760491ebf49ead138b877ae5de691292dca0f40 (patch) | |
| tree | 5800e4d12f8efa3510c32ae35f410b6b689ac60c /host_vars/desktop.local.yml.example | |
| parent | 448b78eaeb6ea80d44686f62419dd2b5892a6da9 (diff) | |
Replace hyprland monitors with kanshi profiles
Diffstat (limited to 'host_vars/desktop.local.yml.example')
| -rw-r--r-- | host_vars/desktop.local.yml.example | 10 |
1 files changed, 6 insertions, 4 deletions
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 |
