From b0d588a4c4dc7be13c0954c70b6217c8ae2ea487 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Thu, 23 Apr 2026 10:54:18 +0500 Subject: [PATCH] fix: WorkLaptop | turn off ghostty --- dotfiles/hypr/hosts/blueocean.conf | 2 +- home/dogar/common/optional/ghostty.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";