While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Here's the most played Steam Deck games for February 2026
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
- Looking for Linux MMORPG sandbox players (Open Source–friendly …
- Strigi - steam overlay performance monitor - issues
- Jarmer - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - Nacon under financial troubles... no new WRC game (?)
- Xpander - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
On Linux Mint cinamon - and presumably other distros, there is a function in window settings to help you if a window has move completely or partially offscreen called "special key to move and resize windows".
It defaults to ALT if you hold alt and press left mouse you can drag the window even if it's borderless or the window bars are outside of the visible area.
ALT + middle lets you access the window menu.
Both great features - until you encounter programs/games that wants you to use that key + the mouse for something else.
Most recently this is an issue in Baldurs gate 3 - alt key highlights loot, so you hold it often. Middle mouse lets you rotate the camera - but also brings up the window menu and if you are not fast enough to move away the mouse you will hit 'minimize window' and doing that crashes the game. Also it prevents you from clicking the loot label shown while holding ALT because the window manage assumes you are trying to move the window and so eats the mouse event.
TLDR;
I've change the key to super - but I am 100% going to forget this when next I actually need this feature, is there an (easy) way to automatically map the key to "disabled" while running a game ( or blender ) ?
~$ tail /etc/gamemode.ini
[custom]
; Custom scripts (executed using the shell) when gamemode starts and ends
start=notify-send "GameMode started"
gsettings set org.cinnamon.desktop.wm.preferences mouse-button-modifier '<Super>'
end=notify-send "GameMode ended"
gsettings set org.cinnamon.desktop.wm.preferences mouse-button-modifier '<Alt>'
; Timeout for scripts (seconds). Scripts will be killed if they do not complete within this time.
;script_timeout=10
the above is for cinnamon desktop they org.nnnn.dekstop part is properly different for mate, gnome etc but a little exploring should find the correct one for you :)
This only works if you are using gamemoderun to launch the game, in steam that's:
gamemoderun %command%as a launch option any extra parameters go after %command%