From 20893c44beba4cbd2540c8be84e237915db95d4d Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 16:33:45 +0200 Subject: [PATCH] feat: comply with new hyprland settings --- modules/home/hyprland/config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 2851a0f..52f17fd 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -21,7 +21,7 @@ "waybar &" "mako &" "wl-paste --watch cliphist store &" - "element-desktop &" + "element-desktop &" ]; input = { @@ -67,7 +67,6 @@ }; master = { - new_is_master = true; special_scale_factor = 1; no_gaps_when_only = false; };