From 5833dff19ee5a6f407207f79fe78fa6967231b77 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 14 Dec 2025 16:14:14 +0100 Subject: [PATCH] Home: Disable hyprland --- home/christoph/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/christoph/default.nix b/home/christoph/default.nix index a07aa131..0e902eb6 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -98,7 +98,7 @@ in }; hyprland = { - enable = !headless; + enable = false; dunst.enable = !config.modules.hyprpanel.enable; # Disable for hyprpanel bars.enable = false; dynamicCursor.enable = false; @@ -225,8 +225,8 @@ in windowrules = [ # Fix jetbrains tooltip flicker - "float,class:^(jetbrains-.*)$,title:^(win[0-9]+)$" - "nofocus,class:^(jetbrains-.*)$,title:^(win[0-9]+)$" + "match:class ^(jetbrains-.*)$, match:title ^(win[0-9]+)$, float 1" + "match:class ^(jetbrains-.*)$, match:title ^(win[0-9]+)$, no_initial_focus 1" ]; workspacerules = {