changes launcher to rofi

This commit is contained in:
2026-08-20 23:31:25 +02:00
parent b77c7d399f
commit 069a09e77b
3 changed files with 272 additions and 2 deletions
+3 -2
View File
@@ -4,8 +4,9 @@
-- ── Application shortcuts ─────────────────────────────────────
terminal = "kitty"
filemanager = "nemo"
applauncher = "vicinae toggle"
dmenu = "vicinae dmenu --placeholder"
-- applauncher = "vicinae toggle"
applauncher = "rofi -show run"
dmenu = "rofi -show drun -theme-str 'window {width: 100%;}'"
idlehandler = "hypridle" -- switched to hypridle; adjust if needed
-- ── General ───────────────────────────────────────────────────