mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Mouse thumb gestures move windows around
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user