diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 23:40:39 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 23:40:39 -0500 |
commit | f7bac8982e049663d66e659ea4f743f66e4cd288 (patch) | |
tree | e36aaa6509a6c71cde40e87804baa445b81dfe91 | |
parent | bb5665653225727065d12807dabea9f0b4004ee3 (diff) |
Change desktop launcher to mod+E in hyprland
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 740a50e..adf3160 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -378,7 +378,7 @@ submap = reset #}}} #{{{ Menu bindings -bind = $mainMod, R, exec, sh -c "tofi-drun --drun-launch=true -c $HOME/.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 $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc |