Mouse thumb gestures move windows around

This commit is contained in:
2019-09-15 19:03:50 -04:00
parent 39659417e1
commit 97d703070a
2 changed files with 66 additions and 8 deletions

View File

@ -25,7 +25,7 @@ exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.c
exec_always --no-startup-id setxkbmap -option 'caps:super'
# Starts Jack for audio
exec_always --no-startup-id sh ~/.config/scripts/system-start-audio.sh
exec --no-startup-id sh ~/.config/scripts/system-start-audio.sh
# Open Google Play Music on workspace 10
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
@ -60,7 +60,8 @@ for_window [title="^Steam Keyboard$"] floating enable
for_window [class="^com-intellij-updater-Runner$" title="^Update$"] floating enable
for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"] floating enable
# The side buttons move the window around
# The side buttons move the desktop around
bindsym --whole-window button9 exec python3 ~/.config/scripts/i3-mouse.py back
bindsym --whole-window button8 exec python3 ~/.config/scripts/i3-mouse.py forward
bindsym $mod+Tab exec python3 ~/.config/scripts/i3-mouse.py thumb