mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +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
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue