Add bind for pinning a window

This commit is contained in:
Wekuz 2026-05-25 17:09:39 +03:00
parent 916be915c2
commit 8ea3bbfc09
Signed by: Wekuz
GPG key ID: 2E502F2AABD32DF9

View file

@ -286,6 +286,7 @@ bind = $mainMod SHIFT, J, layoutmsg, colresize -0.1
bind = $mainMod, K, layoutmsg, colresize +conf bind = $mainMod, K, layoutmsg, colresize +conf
bind = $mainMod SHIFT, K, layoutmsg, colresize +0.1 bind = $mainMod SHIFT, K, layoutmsg, colresize +0.1
{{- end }} {{- end }}
bind = $mainMod ALT, P, pin, active
# Laptop multimedia keys for volume and LCD brightness # Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ && ~/scripts/volume-control.sh bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ && ~/scripts/volume-control.sh