From f30a467fe468839c8f7519d0f17abd7fea0bc259 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 6 Jan 2026 00:20:50 +0100 Subject: [PATCH] Update by adding hyprpanel close & launch. --- modules/binds.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/binds.conf b/modules/binds.conf index d65a7dd..707a704 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -46,6 +46,8 @@ bind = SUPER,tab,changegroupactive bind = SUPER, F,fullscreen bind = SUPER, D, exec, fuzzel --launch-prefix="uwsm app -- " +bind = SUPER, Y, exec, hyprpanel -q +bind = SUPER, U, exec, hyprpanel bindel = , XF86AudioRaiseVolume, exec, uwsm-app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel = , XF86AudioLowerVolume, exec, uwsm-app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = , XF86AudioMute, exec, uwsm-app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle