fix foot
This commit is contained in:
parent
6c57e77bbc
commit
f1a1b4d72f
2 changed files with 4 additions and 3 deletions
|
@ -8,6 +8,7 @@
|
||||||
colours = config.modules.style.colorScheme.colors;
|
colours = config.modules.style.colorScheme.colors;
|
||||||
|
|
||||||
inherit (lib) mkIf;
|
inherit (lib) mkIf;
|
||||||
|
|
||||||
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
|
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
|
||||||
main = {
|
main = {
|
||||||
term = "foot";
|
term = "foot";
|
||||||
|
@ -15,8 +16,8 @@
|
||||||
title = "foot";
|
title = "foot";
|
||||||
locked-title = "no";
|
locked-title = "no";
|
||||||
|
|
||||||
font = "Iosevka Nerd Font:size=14";
|
font = "Iosevka Custom:size=14";
|
||||||
font-bold = "Iosevka Nerd Font:size=14";
|
font-bold = "Iosevka Custom:size=14";
|
||||||
|
|
||||||
line-height = 20;
|
line-height = 20;
|
||||||
letter-spacing = 0;
|
letter-spacing = 0;
|
||||||
|
|
|
@ -30,7 +30,7 @@ in {
|
||||||
"$mainMod, RETURN, exec, foot"
|
"$mainMod, RETURN, exec, foot"
|
||||||
"$mainMod, Q, killactive"
|
"$mainMod, Q, killactive"
|
||||||
"$mainMod, F, fullscreen, 0"
|
"$mainMod, F, fullscreen, 0"
|
||||||
"$mainMod, D, exec, ${pkgs.procps}/bin/pkill fuzzel || ${pkgs.fuzzel}/bin/fuzzel"
|
"$mainMod, D, exec, ${pkgs.procps}/bin/pkill walker || ${pkgs.walker}/bin/walker"
|
||||||
"$mainMod, SPACE, togglefloating, active"
|
"$mainMod, SPACE, togglefloating, active"
|
||||||
|
|
||||||
# Screenshotting
|
# Screenshotting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue