The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 219β€…    Votes:  2β€…
Tags: unity   gnome   compiz  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1033823
Title: Something similar to GNOME's AlternateTab on Unity?
ID: /2018/05/09/Something-similar-to-GNOME_s-AlternateTab-on-Unity_
Created: May 9, 2018    Edited:  June 12, 2020
Upload: May 5, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


I looked at your link and honestly don’t see how it is superior to Alt+Tab in Unity:

Alt Tab.gif

After the initial Alt+Tab if you keep holding down the Alt key and tap the the Tab key it cycles through Windows and those with two or more sub-windows lets you pick between them. I think this is superior to Windows 7 but perhaps I’m biased.

Make sure you are running Unity

For Ubuntu 16.04 LTS:

$ grep "^Exec" /usr/share/xsessions/*
/usr/share/xsessions/gnome.desktop:Exec=gnome-session --session=gnome
/usr/share/xsessions/ubuntu.desktop:Exec=gnome-session --session=ubuntu

For Ubuntu 18.04 LTS:

$ grep "^Exec" /usr/share/xsessions/*
/usr/share/xsessions/gnome.desktop:Exec=gnome-session
/usr/share/xsessions/gnome-xorg.desktop:Exec=gnome-session
/usr/share/xsessions/ubuntu-communitheme-snap.desktop:Exec=env GNOME_SHELL_SESSION_MODE=ubuntu-communitheme /snap/communitheme/current/session
/usr/share/xsessions/ubuntu.desktop:Exec=env GNOME_SHELL_SESSION_MODE=ubuntu gnome-session --session=ubuntu
/usr/share/xsessions/unity.desktop:Exec=/usr/lib/gnome-session/run-systemd-session unity-session.target

Notice the last line (far right side) shows: unity-session.target

⇧ Where is the power off button in Ubuntu 18.04 LTS ? Benchmarking a HDD using the Benchmark utility in "Disks" on Ubuntu 16.04  β‡©