diff options
author | ZachIR <zachir@librem.one> | 2025-07-16 22:32:39 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-16 22:32:39 -0500 |
commit | 88e310f861b939bd97ed09038c36304b3f595d19 (patch) | |
tree | 2228c0cf24f018f4e2897baa754d27a36921f3c9 | |
parent | f65e2893bf27d87d373d568a2810fd7147864ad6 (diff) |
Use tofi instead of rofi again
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a74d855..d45c3f3 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -325,8 +325,8 @@ submap = reset #}}} #{{{ Menu bindings -bind = $mainMod, R, exec, sh -c "rofi -show drun" -bind = $mainMod, D, exec, sh -c "rofi -show run" +bind = $mainMod, R, exec, sh -c "tofi-drun -c ~/.config/tofi/themes/dmenu_vertical --drun-launch=true" +bind = $mainMod, D, exec, sh -c "exec $(tofi-run -c ~/.config/tofi/themes/dmenu_vertical)" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc |