diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:32:41 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-02-19 22:32:41 +0000 |
| commit | 977a459ddaa33a856255be9c15464f0a5937c06c (patch) | |
| tree | 9f4b2b86a0863fda1d8eebae05b1c99df1cf7af1 /hyprland/binds.conf | |
| parent | 373891b492424c64ba8071affd38801a057e35ef (diff) | |
Add scripts to repo
Diffstat (limited to 'hyprland/binds.conf')
| -rw-r--r-- | hyprland/binds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprland/binds.conf b/hyprland/binds.conf index 39ee7c8..4165398 100644 --- a/hyprland/binds.conf +++ b/hyprland/binds.conf @@ -9,7 +9,7 @@ bind = $mainMod, Return, exec, alacritty bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Space, togglefloating, bind = $mainMod, D, exec, pgrep -x wofi >/dev/null 2>&1 && killall wofi || wofi --show drun -bind = $mainMod SHIFT, E, exec, ~/.config/hypr/exit-menu.sh +bind = $mainMod SHIFT, E, exec, ~/bin/exit-menu.sh # Move around bind = $mainMod, H, movefocus, l |
