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;
|
||||
|
||||
inherit (lib) mkIf;
|
||||
|
||||
foot-config = pkgs.writeText "foot.ini" (lib.generators.toINI {} {
|
||||
main = {
|
||||
term = "foot";
|
||||
|
@ -15,8 +16,8 @@
|
|||
title = "foot";
|
||||
locked-title = "no";
|
||||
|
||||
font = "Iosevka Nerd Font:size=14";
|
||||
font-bold = "Iosevka Nerd Font:size=14";
|
||||
font = "Iosevka Custom:size=14";
|
||||
font-bold = "Iosevka Custom:size=14";
|
||||
|
||||
line-height = 20;
|
||||
letter-spacing = 0;
|
||||
|
|
|
@ -30,7 +30,7 @@ in {
|
|||
"$mainMod, RETURN, exec, foot"
|
||||
"$mainMod, Q, killactive"
|
||||
"$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"
|
||||
|
||||
# Screenshotting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue