Don't run foot as a server

This commit is contained in:
Charlotte Van Petegem 2024-01-18 14:57:27 +01:00
parent 806adb84c7
commit 6cba693f67
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 3 deletions

View file

@ -53,8 +53,8 @@ let
'';
};
river-init = pkgs.writeShellScript "river-init" ''
riverctl map normal Super Return spawn footclient
riverctl map normal Super D spawn 'footclient --app-id launcher -- zsh -ic ${launcher}/bin/launcher'
riverctl map normal Super Return spawn foot
riverctl map normal Super D spawn 'foot --app-id launcher -- zsh -ic ${launcher}/bin/launcher'
riverctl map normal Super C spawn ${lock}

View file

@ -11,7 +11,6 @@
home.packages = [ pkgs.foot ];
programs.foot = {
enable = true;
server.enable = true;
settings = {
main = {
font = "Hack:size=9";