1
0
Fork 0
forked from foxora/nix

butterfly was right, foot is better :3

This commit is contained in:
foxora 2026-02-22 02:38:15 +00:00
parent a354fca7f5
commit 68cf02e366
11 changed files with 55 additions and 36 deletions

View file

@ -4,7 +4,7 @@
# task manager
windowrule {
name = task-manager
match:class = ^(kitty)$
match:class = ^(foot)$
match:title = ^(btop)$
float = true
center = true
@ -15,7 +15,7 @@ windowrule {
# terminal filechooser
windowrule {
name = terminal-filechooser
match:class = ^(kitty)$
match:class = ^(foot)$
match:title = ^(filechooser)$
float = true
center = true
@ -26,7 +26,7 @@ windowrule {
# yazi explorer
#windowrule {
#name = yazi
#match:class = ^(kitty)$
#match:class = ^(foot)$
#match:title = ^(yazi)$
#float = true
#center = true
@ -34,10 +34,10 @@ windowrule {
#}
# ---------------------------------------------------------------------------- #
# kitty - blur
# foot - blur
windowrule {
name = kitty-blur
match:class = ^(kitty)$
name = foot-blur
match:class = ^(foot)$
match:fullscreen = false
opacity = 0.95
}

View file

@ -23,8 +23,8 @@
"$mod" = "SUPER";
# applications
"$terminal" = "kitty";
"$explorer" = "kitty -e yazi";
"$terminal" = "foot";
"$explorer" = "foot -e yazi";
"$browser" = "zen-twilight";
# menu

View file

@ -10,7 +10,7 @@
main = "Super";
# applications
terminal = "kitty";
terminal = "foot";
browser = "firefox";
in {
default-layout = "${layout}";

View file

@ -3,7 +3,7 @@
enable = true;
config = rec {
modifier = "Mod4"; # Mod4 = Super/Meta
terminal = "kitty";
terminal = "foot";
# disable sway bar
bars = [];