From 5e20cefe8a6a5ab39c654a9654b6879b73400e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Jatu=C5=BEis?= Date: Thu, 17 Oct 2024 20:42:50 +0300 Subject: [PATCH] hyprland: update config --- profiles/wm/hyprland/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/wm/hyprland/default.nix b/profiles/wm/hyprland/default.nix index 383fc6d0..44962082 100644 --- a/profiles/wm/hyprland/default.nix +++ b/profiles/wm/hyprland/default.nix @@ -15,6 +15,7 @@ swayidle wl-clipboard wdisplays + xwayland ]; programs = { emacs.package = pkgs.emacs29-pgtk; @@ -145,7 +146,7 @@ }; animations = { - enabled = true; + enabled = false; }; dwindle = { @@ -157,7 +158,7 @@ master = { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = false; + new_status = "master"; no_gaps_when_only = true; };