diff --git a/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix b/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix index f8ab3da..b899fb3 100644 --- a/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix +++ b/home/modules/desktop/wayland/compositor/hyprland/settings/binds.nix @@ -22,6 +22,7 @@ in "SUPER, escape, exec, ${binds.terminalLaunch} --title=BTOP btop" "SUPER CTRL, return, exec, ${binds.zellijMenu}" "SUPER, delete, exec, ${binds.powerMenu}" + "SUPERSHIFT, F, exec, ${binds.factorio}" # Spotify PLayer Controls "SUPER, M, exec, ${binds.spotify.launch}" diff --git a/home/options/desktop/binds.nix b/home/options/desktop/binds.nix index e208547..619ab8e 100644 --- a/home/options/desktop/binds.nix +++ b/home/options/desktop/binds.nix @@ -20,6 +20,7 @@ in lock = mkBind "No screen locker enabled"; password = mkBind "No password manager enabled"; zellijMenu = mkBind "Zellij Menu is not enabled"; + factorio = mkBind "Gaming module is not enabled"; volume = { up = mkBind "Volume binding not found..."; down = mkBind "Volume binding not found..."; diff --git a/home/profiles/suites/gaming.nix b/home/profiles/suites/gaming.nix index d74a22d..6c7418d 100644 --- a/home/profiles/suites/gaming.nix +++ b/home/profiles/suites/gaming.nix @@ -12,6 +12,9 @@ in wine.enable = true; bottles.enable = true; }; - ooknet.binds.steam = "steam"; + ooknet.binds = { + steam = "steam"; + factorio = "steam steam://rungameid/427520"; + }; }; }