(update): My move to wayland: it's finally ready

Add tip for changing the default Alt+Tab behavior
This commit is contained in:
Eduard Tolosa 2024-03-21 10:09:34 -05:00
parent ccb5763097
commit 3cfede1a0e

View file

@ -141,6 +141,7 @@ I use the following extensions:
- Disable the "Activities" hot corner if you don't like it. - Disable the "Activities" hot corner if you don't like it.
- Set a fixed number of workspaces. That way, you can have pre-defined apps for each workspace number. - Set a fixed number of workspaces. That way, you can have pre-defined apps for each workspace number.
- Change the Alt+Tab behavior to "Switch Windows" instead of the default "Switch Applications". It will make the Alt+Tab behavior similar to any other desktop environment.
- If an app supports Wayland, please use it, it will improve your experience by a lot. Running apps through Xwayland is not bad, but it's not the same as running them natively and you'll notice it. - If an app supports Wayland, please use it, it will improve your experience by a lot. Running apps through Xwayland is not bad, but it's not the same as running them natively and you'll notice it.
- You can use [xorg-xeyes](https://www.archlinux.org/packages/extra/x86_64/xorg-xeyes/) to check if an app is running through Xwayland or not, just run `xeyes` in your terminal and move the mouse on the app's surface. If you see the eyes moving, it's running through Xwayland, if you don't, it's running natively. - You can use [xorg-xeyes](https://www.archlinux.org/packages/extra/x86_64/xorg-xeyes/) to check if an app is running through Xwayland or not, just run `xeyes` in your terminal and move the mouse on the app's surface. If you see the eyes moving, it's running through Xwayland, if you don't, it's running natively.