From b90385ae0d5309eaf51fbe131fc3a301476f6e7f Mon Sep 17 00:00:00 2001 From: reidlab Date: Mon, 10 Feb 2025 23:01:39 -0800 Subject: [PATCH] imhex window rule --- modules/desktop/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index 3ea71aa..e441684 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -319,6 +319,7 @@ in { # workspace moving "workspace 1 silent, class:^firefox$" "workspace 2 silent, class:^code$" + "workspace 2 silent, class:^imhex$" "workspace 4 silent, class:^vesktop$" ];