Disable middle mouse button paste.
This commit is contained in:
parent
6c0ea5c354
commit
602f4d4770
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue