How can I disable Alt-Tab application switching in Cinnamon when a certain program is open? In System Settings > Keyboard > Shortcuts Tried to disable, click on it to set a new shortcut, then pressing Backspace to set disable that shortcut.
Using gsettings commands The keybindings to switch to another workspace are set in:
org.gnome.desktop.wm.keybindings
gsettings set org.gnome.desktop.wm.keybindings switch-applications []
gsettings set org.gnome.desktop.wm.keybindings switch-applications-background []
I have tried these many methods to disable alt+tab key but still not disabled. Maybe I need to set it globally but in ubuntu where alt+tab key values stored, I don't known. Please help me on this.
[org/gnome/desktop/wm/keybindings] show-desktop='Disabled' maximize='Disabled' unmaximize='Disabled' EOF. I have tried this. should I try it for unity-lowgfx? Please suggest on this.
– Dinesh Jan 09 '18 at 12:21unity-lowgfx
profile I think. – N0rbert Jan 09 '18 at 15:01dconf reset /org/compiz/profiles/unity-lowgfx -f
anddconf reset /org/compiz/profiles/unity -f
. – N0rbert Jan 31 '18 at 08:50dconf
. You can consultdconf help reset
for details. – N0rbert Jan 31 '18 at 10:11