diff --git a/dotfiles/hypr/hosts/blueocean.conf b/dotfiles/hypr/hosts/blueocean.conf index e06ea37..072f24e 100644 --- a/dotfiles/hypr/hosts/blueocean.conf +++ b/dotfiles/hypr/hosts/blueocean.conf @@ -15,7 +15,7 @@ exec-once = systemctl --user start hyprpolkitagent ### WINDOW RULES ### #################### -windowrule = match:class ^(ghostty|kitty)$, workspace 1 +windowrule = match:class kitty, workspace 1 windowrule = match:class firefox, workspace 2 windowrule = match:class Slack, workspace 3 windowrule = match:class thunderbird, workspace 5 diff --git a/home/dogar/common/optional/ghostty.nix b/home/dogar/common/optional/ghostty.nix index 6e009f1..e81a6cc 100644 --- a/home/dogar/common/optional/ghostty.nix +++ b/home/dogar/common/optional/ghostty.nix @@ -1,7 +1,7 @@ { config, ... }: { programs.ghostty = { - enable = true; + enable = false; settings = { theme = "catppuccin-mocha";