Disable middle mouse button paste.

This commit is contained in:
Joseph Hanson 2024-03-24 10:34:14 -05:00
parent 6c0ea5c354
commit 602f4d4770
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -15,6 +15,8 @@
"$menu" = "wofi --show drun"; "$menu" = "wofi --show drun";
bind = bind =
[ [
# Disables middle mouse button paste.
", mouse:274, exec, ;"
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more