update rofi config
This commit is contained in:
parent
9e737da231
commit
875fe5ebe4
6 changed files with 66 additions and 6 deletions
|
@ -3,7 +3,7 @@ let
|
|||
inherit (pkgs.uservars) dmenu;
|
||||
available_menus = {
|
||||
bmenu = "bmenu run";
|
||||
rofi = "rofi -show drun";
|
||||
rofi = "rofi -show drun -sort";
|
||||
};
|
||||
menu_cmd = available_menus.${dmenu};
|
||||
in pkgs.writeShellScriptBin "wlauncher" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue