ags(workspaces, arg-handler): drop variable on ::destroy, better help messages

changed `show-ws-numbers` command to `peek-workspace-num`
This commit is contained in:
retrozinndev
2025-05-13 15:06:14 -03:00
parent cfacd675e3
commit 88129a8f97
3 changed files with 76 additions and 61 deletions
+3 -2
View File
@@ -8,7 +8,7 @@ bind = $mainMod, F11, fullscreen
bind = , Print, exec, sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh
bind = $mainMod, Print, exec, sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full
# Test-only bind, used by developer
# Test-only bind, restarts colorshell
bind = $mainMod, F7, exec, ags request reload
bind = $mainMod, K, exec, $terminal
@@ -23,7 +23,8 @@ bind = $mainMod, L, exec, hyprlock
bind = $mainMod, V, exec, astal runner '>' || sh $XDG_CONFIG_HOME/hypr/scripts/clipboard-menu.sh
bind = $mainMod, W, exec, astal runner '##'
bind = $mainMod, $mainMod_L, exec, astal show-ws-numbers
# bind = $mainMod, $mainMod_L, exec, astal toggle apps-window
bind = $mainMod, $mainMod_l, exec, astal peek-workspace-num
bind = , XF86AudioLowerVolume, exec, astal volume sink-decrease 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Decrease volume
bind = , XF86AudioRaiseVolume, exec, astal volume sink-increase 5 || wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume