p0pye / gala-elementary-alt-tab-switcher

GNU General Public License v3.0
57 stars 7 forks source link

Window preview #3

Open gustavoantao opened 5 years ago

gustavoantao commented 5 years ago

Not a issue, just a question. https://github.com/p0pye/gala-elementary-alt-tab-switcher/raw/master/demo2.gif How do i configure switcher to act like in this image? Showing a preview of the opened windows.

The default behavior is to show only icons when alt+tabing, and it works perfectly for me. But I want to know how to enable this setting.

Thank you!!

benny-sun commented 5 years ago

Use this command:

$ gsettings set org.pantheon.desktop.gala.plugins.elementary-alt-tab preview-in-switcher true

Or install dconf-editor GUI tool to change the value:

$ sudo apt install dconf-editor -y
gustavoantao commented 5 years ago

Thanks a lot!!!