From 256529897876fa4f41f5b3a2d925f4c979c329ce Mon Sep 17 00:00:00 2001 From: idk Date: Fri, 13 Jul 2018 21:03:52 -0400 Subject: [PATCH] Remove annoying i3wm mouse behavior This is purely a personal preference of mine. If this is an undesirable change, then we can easily revert back to the old behavior we had before by making this change instead: ``` focus_follows_mouse yes mouse_warping none ``` I was actually hoping for one of these change or the other - FWIW, I believe making things explicit and obvious to the user like this is a great practice. It is not up for me to decide what the default mouse behavior of LARBS should be moving forward, but I also think that there is absolutely no harm in explicitly defining these options in the i3wm config file. --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index e9d0f89c..182eefe7 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -26,6 +26,8 @@ set $shutdown sudo shutdown -h now set $reboot sudo reboot set $netrefresh --no-startup-id sudo systemctl restart NetworkManager set $hibernate sudo systemctl suspend +focus_follows_mouse no +mouse_warping none # #---Starting External Scripts---# # # Setting the background: