fix: WorkLaptop | turn off ghostty
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ config, ... }:
|
{ config, ... }:
|
||||||
{
|
{
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha";
|
||||||
|
|||||||
Reference in New Issue
Block a user