This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # A Wayland partial replacement of "wmctrl" | |
| # | |
| # Requires https://extensions.gnome.org/extension/4724/window-calls/ | |
| # | |
| # Most of wmctrl's commands don't work under Wayland, | |
| # but switching to a desktop (wmctrl -s <DESK>) does. | |
| # |