Skip to content

Commit d534f61

Browse files
committed
feat: add keybinding for rofi animation select menu
1 parent f9fd4b6 commit d534f61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Configs/.config/hypr/keybindings.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ bindd = $mainMod Alt, Up, $d next waybar layout , exec, $scrPath/wbarconfgen.sh
141141
bindd = $mainMod Alt, Down, $d previous waybar layout , exec, $scrPath/wbarconfgen.sh p # previous waybar mode
142142
bindd = $mainMod Shift, R, $d wallbash mode selector , exec, pkill -x rofi || $scrPath/wallbashtoggle.sh -m # launch wallbash mode select menu
143143
bindd = $mainMod Shift, T, $d select a theme, exec, pkill -x rofi || $scrPath/themeselect.sh # launch theme select menu
144+
bindd = $mainMod+Shift, Y, $d select animations, exec, pkill -x rofi || $scrPath/animations.sh --select # launch animations select menu
144145

145146

146147

KEYBINDINGS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ Here are all HyDE specific keybindings listed.
212212
| <kbd>SUPER</kbd> + <kbd>ALT</kbd> + <kbd>Down</kbd> | previous waybar layout |
213213
| <kbd>SUPER</kbd> + <kbd>SHIFT</kbd> + <kbd>R</kbd> | wallbash mode selector |
214214
| <kbd>SUPER</kbd> + <kbd>SHIFT</kbd> + <kbd>T</kbd> | select a theme |
215+
| <kbd>SUPER</kbd> + <kbd>SHIFT</kbd> + <kbd>Y</kbd> | select animations |
215216

216217
<!-- ## <a id=workspaces>Workspaces</a> -->
217218

0 commit comments

Comments
 (0)