diff options
author | zachir <zachir@librem.one> | 2025-07-18 12:10:07 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-18 12:10:07 -0500 |
commit | d30356ea06e75f7a3f260d5c2047ced345fd542e (patch) | |
tree | d3fb769a2b2daec4b87c53c5e4441d3ea644cbfc /hypr | |
parent | a42beee500a77b5f1144396585a40d862309ed5a (diff) |
Use tofi again instead of rofi
Diffstat (limited to 'hypr')
-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 c09dc9f..166c40b 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -307,8 +307,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 --drun-launch=true -c $HOME/.config/tofi/themes/dmenu_vertical" +bind = $mainMod, D, exec, sh -c "$(tofi-run -c $HOME/.config/tofi/themes/dmenu_vertical)" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc |