From cc5ca869ce9657d1257e8466925f885c231d4566 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 8 Sep 2024 13:51:16 -0400 Subject: [PATCH] treewide(rofi): Show default mode instead of drun --- home/dwm.nix | 2 +- home/hyprland.nix | 2 +- home/ironbar.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/dwm.nix b/home/dwm.nix index 68d11d7d..1df80ffc 100644 --- a/home/dwm.nix +++ b/home/dwm.nix @@ -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 }; diff --git a/home/hyprland.nix b/home/hyprland.nix index 31e36f08..8d7eb1df 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -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}" diff --git a/home/ironbar.nix b/home/ironbar.nix index 46004bf3..096a6a03 100644 --- a/home/ironbar.nix +++ b/home/ironbar.nix @@ -38,7 +38,7 @@ in name = "startMenu"; type = "label"; label = "❄"; - on_mouse_enter = "rofi -show drun"; + on_mouse_enter = "rofi -show"; } { type = "script";