feat: peek workspace numbers when SUPER is pressed

This commit is contained in:
retrozinndev
2025-03-23 17:02:01 -03:00
parent ea50ba4489
commit 0654210e46
4 changed files with 48 additions and 22 deletions
+3 -2
View File
@@ -24,9 +24,10 @@ $screenshotSelect = hyprshot -m region -o $screenshotDir
# Wiki: https://wiki.hyprland.org/Configuring/Binds
bind = $mainMod, $mainMod_L, exec, astal show-ws-numbers
# Uncomment if you want to press SUPER to launch application search
# bind = $mainMod, $mainMod_L, exec, astal toggle apps-window
bind = $mainMod, K, exec, $terminal
bind = $mainMod, Q, killactive
bind = $mainMod, E, exec, $fm
@@ -62,7 +63,7 @@ bind = $mainMod, V, exec, sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh
# Open wallpaper menu
bind = $mainMod, W, exec, sh $XDG_CONFIG_HOME/hypr/scripts/change-wallpaper.sh
# Reload UI(Astal and AGS)
# Reload Shell (Astal)
bind = $mainMod, F7, exec, ags request reload
##################