Start footclient instead of foot
This commit is contained in:
parent
119c12fb87
commit
eb472556e2
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ with lib;
|
|||
let
|
||||
cfg = config.eboskma.programs.hyprland;
|
||||
|
||||
terminal = "${pkgs.foot}/bin/foot";
|
||||
terminal = "${pkgs.foot}/bin/footclient";
|
||||
dmenu = "${pkgs.rofi}/bin/rofi -show drun -no-lazy-grab";
|
||||
menu = "${pkgs.rofi}/bin/rofi -show run -no-lazy-grab";
|
||||
rofiPower = pkgs.writeShellScriptBin "rofi-power" (builtins.readFile ../sway/powermenu.sh);
|
||||
|
|
|
@ -215,7 +215,7 @@ in
|
|||
};
|
||||
|
||||
# terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
terminal = "${pkgs.foot}/bin/foot";
|
||||
terminal = "${pkgs.foot}/bin/footclient";
|
||||
|
||||
window = {
|
||||
border = 1;
|
||||
|
|
Loading…
Reference in a new issue