Add retroarch to games workspace and inhibit idle
This commit is contained in:
parent
a66c445a34
commit
f6c34636b0
|
@ -264,7 +264,7 @@
|
|||
"workspace 4, (org.musicbrainz.Picard|libreoffice|soffice|Zotero)(.*)" # Files
|
||||
"workspace 5, (com.obsproject.Studio|Nxplayer.bin)" # Remote
|
||||
"workspace 6, (org.freecad.FreeCAD|PrusaSlicer)" # 3D Printing
|
||||
"workspace 7, (gamescope|steam|steam_app|lutris|org.prismlauncher.PrismLauncher)" # Gaming
|
||||
"workspace 7, (steam|steam_app|gamescope|lutris|org.prismlauncher.PrismLauncher|org.libretro.RetroArch)" # Gaming
|
||||
|
||||
# PrismLauncher / Minecraft
|
||||
"float, org.prismlauncher.PrismLauncher"
|
||||
|
@ -294,7 +294,7 @@
|
|||
"idleinhibit fullscreen, class:firefox|com.github.rafostar.Clapper"
|
||||
|
||||
# Inhibit idle when playing games
|
||||
"idleinhibit always, class:(steam_app|gamescope|Minecraft).*"
|
||||
"idleinhibit always, class:(steam_app|gamescope|Minecraft|RetroArch).*"
|
||||
|
||||
# LibreOffice
|
||||
"suppressevent fullscreen maximize, class:(libreoffice|soffice)(.*)"
|
||||
|
|
Loading…
Reference in a new issue