From dc41dfb40a399a7ebee10b14be77fe8f65a1c400 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 29 Aug 2026 12:16:02 +0200 Subject: [PATCH] revert to vicinae --- .config/hypr/config/variables.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ───────────────────────────────────────────────────