diff options
author | zachir <zachir@librem.one> | 2025-07-18 23:21:45 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-18 23:21:45 -0500 |
commit | cae8602e4ee483c27ce820f1442fd1ac964748ad (patch) | |
tree | d7ace455d0e74d772b0fec19602cf1266ed026cd /hypr/hyprland.conf | |
parent | 2623300a06d7b8fd5f40bad1fdec72c726946aa0 (diff) | |
parent | 69d1aa0bc866139683cd1df54a1e13169027f69a (diff) |
Merge remote-tracking branch 'origin/master' into cas
Diffstat (limited to 'hypr/hyprland.conf')
-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 6d91bd4..16363cd 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -336,8 +336,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 |