diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 18:09:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-07 18:09:03 +0900 |
| commit | ae0629bc443e0752c01646972a6dc5e4cea9c9f7 (patch) | |
| tree | 3afdfb12414f5c04182c6f7d54121de8cbbebca1 /config/hypr/UserConfigs/UserKeybinds.conf | |
| parent | 25c30f4774455fcfa7ca077b6e9cbc41fb63c85b (diff) | |
small tweak / bug fix
Diffstat (limited to 'config/hypr/UserConfigs/UserKeybinds.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserKeybinds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 6dc461a8..eede1669 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -14,6 +14,8 @@ $UserScripts = $HOME/.config/hypr/UserScripts # rofi App launcher #bindr = $mainMod, $mainMod_L, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window # Super Key to Launch rofi menu bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi drun,filebrowser,run,window + +# ags overview bind = $mainMod, A, exec, pkill rofi || true && ags -t 'overview' bind = $mainMod, Return, exec, $term # Launch terminal |
