Skip to content

Elgato Stream Deck setup on Linux

Published: at 08:00 PM

Elgato’s Stream Deck software is not designed to run on Linux, nor do they have a variant of their control panel for Linux. And it doesn’t look like they plan on supporting Linux any time soon.

I’ve found two options that can work with the Stream Deck:

I’m currently using streamdeck-linux-gui, so this post is about getting shortcuts working with that version. Note, there are other ways to do this, and this is not comprehensive at all. Just what I got working for me, and my needs, to help inspire others.

Prerequisits

Follow the install instructions for your distro.

Adding Shortcuts

My current page 1 layout

My current Stream Deck Page 1 layout

Adding native apps

These go into the “Command” part of State 1 for the selected button

If you have an app that is capable of being run by it’s name in the command line (in my case the native Steam client) do the following:

  1. Open terminal of choice
  2. Type which steam
  3. Copy path revealed (in my case /usr/bin/steam)
  4. Paste path to “Command:“

Flatpak apps

If you have an app that is a flatpak (in my case Discord), perform the following steps:

  1. Open terminal of choice
  2. Type flatpak list
  3. Find app and copy its “Application ID” (in my case com.discordapp.Discord)
  4. Paste to “Command:” flatpak run com.discordapp.Discord

”Super” shortcuts or key presses (co-co-co-co-combo)

If you need to get keys pressed in some combo, or plan to use the Super key as part of your keyboard shortcuts (in my case Super+T opens my Tilix terminal), you can do this:

  1. Test commands to ensure they do what you expect them to.
  2. Put into “Command:” xdotool key "Super_L+t"