mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
i3: use binSeekCursor in mouse mode
This commit is contained in:
parent
2476338cc1
commit
0a956b6ab7
1 changed files with 4 additions and 4 deletions
|
|
@ -251,10 +251,10 @@ mode "mouse" {
|
||||||
bindsym h exec xdotool click 5
|
bindsym h exec xdotool click 5
|
||||||
|
|
||||||
# movement
|
# movement
|
||||||
bindsym e exec xdotool mousemove_relative -- 0 -32
|
bindsym e exec "~/dotfiles/i3/scripts/binSeekCursor.sh up"
|
||||||
bindsym s exec xdotool mousemove_relative -- -32 0
|
bindsym s exec "~/dotfiles/i3/scripts/binSeekCursor.sh left"
|
||||||
bindsym d exec xdotool mousemove_relative -- 0 32
|
bindsym d exec "~/dotfiles/i3/scripts/binSeekCursor.sh down"
|
||||||
bindsym f exec xdotool mousemove_relative -- 32 0
|
bindsym f exec "~/dotfiles/i3/scripts/binSeekCursor.sh right"
|
||||||
|
|
||||||
# slow movement
|
# slow movement
|
||||||
bindsym Shift+e exec xdotool mousemove_relative -- 0 -1
|
bindsym Shift+e exec xdotool mousemove_relative -- 0 -1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue