diff options
author | tzlil <tzlils@protonmail.com> | 2023-05-18 19:48:20 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-05-18 19:48:20 +0300 |
commit | 767dbfb93697380df4e76d9efb6201fcafe60d78 (patch) | |
tree | a154853cbd398d21e508a999534738efbb9b842d /mixins | |
parent | ebbace8f892f0cae46cce1211efd927066a012f8 (diff) |
switch footclient to foot
Diffstat (limited to 'mixins')
-rw-r--r-- | mixins/sway.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixins/sway.nix b/mixins/sway.nix index 8143e6b..5f74d46 100644 --- a/mixins/sway.nix +++ b/mixins/sway.nix @@ -17,7 +17,7 @@ app_id=menu chooser="${pkgs.fzf}/bin/fzf <$in_pipe >$out_pipe" - ${pkgs.foot}/bin/footclient -W40x40 --app-id "$app_id" -- sh -c "$chooser" & + ${pkgs.foot}/bin/foot -W40x40 --app-id "$app_id" -- sh -c "$chooser" & cat >"$in_pipe" cat <"$out_pipe" ''; @@ -267,7 +267,7 @@ in { set $down n set $up e set $right i - set $term ${pkgs.foot}/bin/footclient + set $term ${pkgs.foot}/bin/foot default_border pixel hide_edge_borders smart |