Don't run foot as a server
This commit is contained in:
parent
806adb84c7
commit
6cba693f67
2 changed files with 2 additions and 3 deletions
|
@ -53,8 +53,8 @@ let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
river-init = pkgs.writeShellScript "river-init" ''
|
river-init = pkgs.writeShellScript "river-init" ''
|
||||||
riverctl map normal Super Return spawn footclient
|
riverctl map normal Super Return spawn foot
|
||||||
riverctl map normal Super D spawn 'footclient --app-id launcher -- zsh -ic ${launcher}/bin/launcher'
|
riverctl map normal Super D spawn 'foot --app-id launcher -- zsh -ic ${launcher}/bin/launcher'
|
||||||
|
|
||||||
riverctl map normal Super C spawn ${lock}
|
riverctl map normal Super C spawn ${lock}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
home.packages = [ pkgs.foot ];
|
home.packages = [ pkgs.foot ];
|
||||||
programs.foot = {
|
programs.foot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
server.enable = true;
|
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "Hack:size=9";
|
font = "Hack:size=9";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue