User Tools

Site Tools


linux:terminal-focus

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:terminal-focus [2026/04/27 13:47] Wufflinux:terminal-focus [2026/04/27 13:55] (current) Wuff
Line 5: Line 5:
 Workaround as described here: https://github.com/linuxmint/cinnamon/issues/13382 Workaround as described here: https://github.com/linuxmint/cinnamon/issues/13382
  
 +settings -> windows -> behaviour -> window focus mode = sloppy
  
 <code bash>sudo vi /usr/share/cinnamon/js/ui/windowAttentionHandler.js</code> <code bash>sudo vi /usr/share/cinnamon/js/ui/windowAttentionHandler.js</code>
Line 39: Line 39:
 Save and Exit Save and Exit
  
 +Then add to whitelist:
 +Check settings:
 +<code>settings get org.cinnamon demands-attention-passthru-wm-classes</code>
 +<code>['gnome-screenshot', 'lxterminal', 'xfce4-terminal', 'firefox', 'libreoffice', 'soffice']</code>
 +Then add gnome terminal or other to the list. Check with xprop if unsure what the wm classes would be:
 +<code>gsettings set org.cinnamon demands-attention-passthru-wm-classes "['gnome-screenshot', 'lxterminal', 'xfce4-terminal', 'firefox', 'libreoffice', 'soffice', 'gnome-terminal-server', 'Gnome-terminal']"
 +</code>
 +May need cinnamon restart.
linux/terminal-focus.1777294050.txt.gz · Last modified: by Wuff