mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-07-04 02:52:02 +00:00
Add Factorio binding
This commit is contained in:
@ -31,6 +31,7 @@ bindsym $mod+F1 mode "$g13"
|
||||
exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.config/g13/resolve.lpbm &
|
||||
|
||||
# Startup programs
|
||||
exec --no-startup-id "workspace $10"
|
||||
exec --no-startup-id "workspace $15; exec flatpak run org.signal.Signal"
|
||||
|
||||
# Starts Jack for audio
|
||||
@ -107,6 +108,10 @@ for_window [class="Minecraft*" title="Minecraft*"] exec --no-startup-id cat ~/.c
|
||||
for_window [class="steam_app_208650" title="*"] move to workspace $wsGames
|
||||
for_window [class="steam_app_208650" title="*"] exec --no-startup-id cat ~/.config/g13/arkham-knight.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/arkham-knight.lpbm > /tmp/g13-0
|
||||
|
||||
# Factorio
|
||||
for_window [class="factorio" title="Factorio*"] move to workspace $wsGames
|
||||
for_window [class="factorio" title="Factorio*"] exec --no-startup-id cat ~/.config/g13/factorio.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/factorio.lpbm > /tmp/g13-0
|
||||
|
||||
# The side buttons move the desktop around
|
||||
bindsym --whole-window button9 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py back
|
||||
bindsym --whole-window button8 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py forward
|
||||
|
Reference in New Issue
Block a user