A short script and the tutorial to create a shortcut to spawn a Steam menu on Linux with i3 and rofi, like the Steam process menu on Windows
This is an example, the style of the menu is defined by your rofi config
- Make sure you have installed i3, rofi and Steam
- Download and run the quick install script. Using
curl
andbash
, use
curl -s "https://raw.githubusercontent.com/Kidev/Steam_i3_rofi_config/main/quickinstall.sh" | bash
- Refresh your i3 using
$mod+Shift+r
($mod
is often theAlt
orWin
key) - Spawn the menu with
F7
- To change the
F7
bind, edit/home/$USER/.config/i3/config
last line and replaceF7
by your own bind. For example, to use$mod+Shift+s
, replace with:
bindsym $mod+Shift+s exec "bash /home/$USER/.config/scripts/steam_menu.sh"