Skip to content

Instantly share code, notes, and snippets.

View fcorthay's full-sized avatar

Francois Corthay fcorthay

  • HEI Sion
  • Switzerland
View GitHub Profile
@fcorthay
fcorthay / wyctrl
Last active September 12, 2026 13:25
A Wayland partial replacement of "wmctrl"
#!/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.
#