diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 23:41:34 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 23:41:34 -0500 |
commit | 795d065ca1ff47d6416d4ef4a5f22a73c28c3e34 (patch) | |
tree | da9ec39d9a6335d0ae550e682da9fe616d044ae7 | |
parent | a0e8cb8576a5ff8b3e527fc1e40d281df8531481 (diff) | |
parent | 011dcc1803e24a8ffce2b1c3b632ceef856bd143 (diff) |
Merge branch 'master' into car
-rw-r--r-- | hypr/hyprland.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 4916216..8436cca 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -396,8 +396,9 @@ submap = reset #}}} #{{{ Menu bindings -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, E, 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, R, exec, rs bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc |