feat(runner): change app runner to wmenu
This commit is contained in:
parent
f1d727cedd
commit
362b20477d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ in
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
terminal = "${pkgs.foot}/bin/footclient";
|
terminal = "${pkgs.foot}/bin/footclient";
|
||||||
fileManager = "${pkgs.nemo}/bin/nemo";
|
fileManager = "${pkgs.nemo}/bin/nemo";
|
||||||
appLauncher = "${pkgs.walker}/bin/walker";
|
appLauncher = "${pkgs.wmenu}/bin/wmenu-run -b";
|
||||||
};
|
};
|
||||||
usingMusicPlayerDaemon = true;
|
usingMusicPlayerDaemon = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue