Fix startmenu in Rofi

This commit is contained in:
Tyler Kelley 2024-02-07 23:14:09 -06:00
parent 89e12ccead
commit 5e80863053
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ lib.mkIf ("${waybarStyle}" == "style1") {
tooltip = false;
format = " ";
# exec = "rofi -show drun";
on-click = "sleep 0.1 && rofi -show drun";
on-click = "sleep 0.1 && rofi-launcher";
};
"idle_inhibitor" = {
format = "{icon}";

View File

@ -86,7 +86,7 @@ lib.mkIf ("${waybarStyle}" == "style2") {
tooltip = false;
format = " ";
# exec = "rofi -show drun";
on-click = "sleep 0.1 && rofi -show drun";
on-click = "sleep 0.1 && rofi-launcher";
};
"idle_inhibitor" = {
format = "{icon}";