forked from foxora/nix
butterfly was right, foot is better :3
This commit is contained in:
parent
a354fca7f5
commit
68cf02e366
11 changed files with 55 additions and 36 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@
|
|||
"$mod" = "SUPER";
|
||||
|
||||
# applications
|
||||
"$terminal" = "kitty";
|
||||
"$explorer" = "kitty -e yazi";
|
||||
"$terminal" = "foot";
|
||||
"$explorer" = "foot -e yazi";
|
||||
"$browser" = "zen-twilight";
|
||||
|
||||
# menu
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
main = "Super";
|
||||
|
||||
# applications
|
||||
terminal = "kitty";
|
||||
terminal = "foot";
|
||||
browser = "firefox";
|
||||
in {
|
||||
default-layout = "${layout}";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
enable = true;
|
||||
config = rec {
|
||||
modifier = "Mod4"; # Mod4 = Super/Meta
|
||||
terminal = "kitty";
|
||||
terminal = "foot";
|
||||
|
||||
# disable sway bar
|
||||
bars = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue