diff --git a/.config/hypr/config/variables.lua b/.config/hypr/config/variables.lua index 4bbc12b..befb207 100644 --- a/.config/hypr/config/variables.lua +++ b/.config/hypr/config/variables.lua @@ -4,9 +4,10 @@ -- ── Application shortcuts ───────────────────────────────────── terminal = "kitty" filemanager = "nemo" --- applauncher = "vicinae toggle" -applauncher = "rofi -show run" -dmenu = "rofi -show drun -theme-str 'window {width: 100%;}'" +applauncher = "vicinae toggle" +dmenu = "vicinae dmenu --placeholder" +-- applauncher = "rofi -show run" +-- dmenu = "rofi -show drun -theme-str 'window {width: 100%;}'" idlehandler = "hypridle" -- switched to hypridle; adjust if needed -- ── General ───────────────────────────────────────────────────