treewide(rofi): Show default mode instead of drun

This commit is contained in:
Donovan Glover 2024-09-08 13:51:16 -04:00
parent 424edb7828
commit cc5ca869ce
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ in
#define MODKEY Mod4Mask
static char dmenumon[2] = "0";
static const char *dmenucmd[] = { "rofi", "-show", "drun", NULL };
static const char *dmenucmd[] = { "rofi", "-show", NULL };
static const char *quitcmd[] = { "kill", "xinit", NULL };
static const char *termcmd[] = { "kitty", NULL };
static const char *brighter[] = { "mb-up", NULL };

View File

@ -186,7 +186,7 @@ in
"${super}_SHIFT, W, exec, ~/.config/${swapBackgroundScript}"
"${super}, P, exec, grimblast --notify save screen"
", Print, exec, grimblast --freeze copy area"
"${super}, bracketleft, exec, killall rofi || rofi -show drun"
"${super}, bracketleft, exec, killall rofi || rofi -show"
"${super}_ALT, delete, exit"
"${super}, V, togglefloating"
"${super}, U, exec, ~/.config/${gapsScript}"

View File

@ -38,7 +38,7 @@ in
name = "startMenu";
type = "label";
label = "";
on_mouse_enter = "rofi -show drun";
on_mouse_enter = "rofi -show";
}
{
type = "script";