mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01:00
treewide(rofi): Show default mode instead of drun
This commit is contained in:
parent
424edb7828
commit
cc5ca869ce
@ -74,7 +74,7 @@ in
|
|||||||
#define MODKEY Mod4Mask
|
#define MODKEY Mod4Mask
|
||||||
|
|
||||||
static char dmenumon[2] = "0";
|
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 *quitcmd[] = { "kill", "xinit", NULL };
|
||||||
static const char *termcmd[] = { "kitty", NULL };
|
static const char *termcmd[] = { "kitty", NULL };
|
||||||
static const char *brighter[] = { "mb-up", NULL };
|
static const char *brighter[] = { "mb-up", NULL };
|
||||||
|
@ -186,7 +186,7 @@ in
|
|||||||
"${super}_SHIFT, W, exec, ~/.config/${swapBackgroundScript}"
|
"${super}_SHIFT, W, exec, ~/.config/${swapBackgroundScript}"
|
||||||
"${super}, P, exec, grimblast --notify save screen"
|
"${super}, P, exec, grimblast --notify save screen"
|
||||||
", Print, exec, grimblast --freeze copy area"
|
", 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}_ALT, delete, exit"
|
||||||
"${super}, V, togglefloating"
|
"${super}, V, togglefloating"
|
||||||
"${super}, U, exec, ~/.config/${gapsScript}"
|
"${super}, U, exec, ~/.config/${gapsScript}"
|
||||||
|
@ -38,7 +38,7 @@ in
|
|||||||
name = "startMenu";
|
name = "startMenu";
|
||||||
type = "label";
|
type = "label";
|
||||||
label = "❄";
|
label = "❄";
|
||||||
on_mouse_enter = "rofi -show drun";
|
on_mouse_enter = "rofi -show";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "script";
|
type = "script";
|
||||||
|
Loading…
Reference in New Issue
Block a user