mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
bspwm: Disable middle click paste
One of the advantages of xorg. As far as I remember, there wasn't a trivial way to disable middle click paste on wayland.
This commit is contained in:
parent
07fe725710
commit
2f06d001cb
@ -160,5 +160,8 @@ bspc subscribe node_remove | while read event; do
|
|||||||
fi
|
fi
|
||||||
done &
|
done &
|
||||||
|
|
||||||
|
# Disable middle click paste
|
||||||
|
xmousepasteblock &
|
||||||
|
|
||||||
# Make the start button work as expected
|
# Make the start button work as expected
|
||||||
ksuperkey -t 200
|
ksuperkey -t 200
|
||||||
|
Loading…
Reference in New Issue
Block a user