diff --git a/g13/fall-guys.bind b/g13/fall-guys.bind
new file mode 100644
index 0000000..7abded9
--- /dev/null
+++ b/g13/fall-guys.bind
@@ -0,0 +1,28 @@
+# Fall Guys
+
+stickzone del STICK_PAGEUP
+stickzone del STICK_PAGEDOWN
+stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7
+stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7
+stickzone bounds STICK_UP 0.3 0.0 0.7 0.2
+stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0
+
+# Character Movement
+bind G4 KEY_W
+bind G10 KEY_A
+bind G11 KEY_S
+bind G12 KEY_D
+
+# Jump
+bind G22 KEY_SPACE
+
+# Dive
+bind G15 KEY_RIGHTCTRL
+
+# Grab
+bind LEFT KEY_LEFTSHIFT
+
+# Show names
+bind DOWN KEY_TAB
+
+rgb 0 128 180
diff --git a/g13/fall-guys.lpbm b/g13/fall-guys.lpbm
new file mode 100644
index 0000000..63be2e8
Binary files /dev/null and b/g13/fall-guys.lpbm differ
diff --git a/i3/desktop.conf b/i3/desktop.conf
index 449983e..39c24d5 100644
--- a/i3/desktop.conf
+++ b/i3/desktop.conf
@@ -22,10 +22,11 @@ mode "$g13" {
      bindsym 1 exec --no-startup-id cat ~/.config/g13/overwatch.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/overwatch.lpbm > /tmp/g13-0; mode "default"
      bindsym 2 exec --no-startup-id cat ~/.config/g13/resolve.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/resolve.lpbm > /tmp/g13-0; mode "default"
      bindsym 3 exec --no-startup-id cat ~/.config/g13/planet-coaster.bind > /tmp/g13-0 && sleep 0.1 && cat ~/.config/g13/planet-coaster.lpbm > /tmp/g13-0; mode "default"
+     bindsym 4 exec --no-startup-id cat ~/.config/g13/fall-guys.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/fall-guys.lpbm > /tmp/g13-0; mode "default"
      bindsym Escape mode "default"
      bindsym Return mode "default"
 }
-set $g13 G13 Profile: [1] Overwatch [2] Resolve [3] Planet Coaster
+set $g13 G13 Profile: [1] Overwatch [2] Resolve [3] Planet Coaster [4] Fall Guys
 bindsym $mod+F1 mode "$g13"
 exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.config/g13/resolve.lpbm &
 
@@ -68,6 +69,10 @@ for_window [class="^Steam$"] move to workspace $wsGames
 assign [class="^Show-splash-gtk$"] $wsBitwig
 assign [class="^Bitwig Studio$"] $wsBitwig
 
+# Fall Guys
+for_window [title="FallGuys_client"] move to workspace $wsGames
+for_window [title="FallGuys_client"] exec --no-startup-id cat ~/.config/g13/fall-guys.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/fall-guys.lpbm > /tmp/g13-0
+
 # 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