Skip to content

Commit 171aa69

Browse files
committed
feat: add keybinding for hyprlock layout select menu
1 parent 0464c8d commit 171aa69

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
@@ -142,6 +142,7 @@ bindd = $mainMod Alt, Down, $d previous waybar layout , exec, $scrPath/wbarconfg
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
144144
bindd = $mainMod+Shift, Y, $d select animations, exec, pkill -x rofi || $scrPath/animations.sh --select # launch animations select menu
145+
bindd = $mainMod+Shift, U, $d select hyprlock layout, exec, pkill -x rofi || $scrPath/hyprlock.sh --select # launch hyprlock layout select menu
145146

146147

147148

KEYBINDINGS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ Here are all HyDE specific keybindings listed.
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 |
215215
| <kbd>SUPER</kbd> + <kbd>SHIFT</kbd> + <kbd>Y</kbd> | select animations |
216+
| <kbd>SUPER</kbd> + <kbd>SHIFT</kbd> + <kbd>U</kbd> | select hyprlock layout |
216217

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

0 commit comments

Comments
 (0)