From 0a956b6ab7f9b6cd369d4b5b13e6d66b716b618f Mon Sep 17 00:00:00 2001 From: He4eT Date: Fri, 20 Oct 2023 02:03:17 +0300 Subject: [PATCH] i3: use binSeekCursor in mouse mode --- i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i3/config b/i3/config index 9a3ae49..e13ce4e 100644 --- a/i3/config +++ b/i3/config @@ -251,10 +251,10 @@ mode "mouse" { bindsym h exec xdotool click 5 # movement - bindsym e exec xdotool mousemove_relative -- 0 -32 - bindsym s exec xdotool mousemove_relative -- -32 0 - bindsym d exec xdotool mousemove_relative -- 0 32 - bindsym f exec xdotool mousemove_relative -- 32 0 + bindsym e exec "~/dotfiles/i3/scripts/binSeekCursor.sh up" + bindsym s exec "~/dotfiles/i3/scripts/binSeekCursor.sh left" + bindsym d exec "~/dotfiles/i3/scripts/binSeekCursor.sh down" + bindsym f exec "~/dotfiles/i3/scripts/binSeekCursor.sh right" # slow movement bindsym Shift+e exec xdotool mousemove_relative -- 0 -1