fix: WorkLaptop | turn off ghostty

This commit is contained in:
2026-04-23 10:54:18 +05:00
parent c2b42728a3
commit b0d588a4c4
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ exec-once = systemctl --user start hyprpolkitagent
### WINDOW RULES ### ### WINDOW RULES ###
#################### ####################
windowrule = match:class ^(ghostty|kitty)$, workspace 1 windowrule = match:class kitty, workspace 1
windowrule = match:class firefox, workspace 2 windowrule = match:class firefox, workspace 2
windowrule = match:class Slack, workspace 3 windowrule = match:class Slack, workspace 3
windowrule = match:class thunderbird, workspace 5 windowrule = match:class thunderbird, workspace 5

View File

@@ -1,7 +1,7 @@
{ config, ... }: { config, ... }:
{ {
programs.ghostty = { programs.ghostty = {
enable = true; enable = false;
settings = { settings = {
theme = "catppuccin-mocha"; theme = "catppuccin-mocha";