this post was submitted on 22 Mar 2024
253 points (81.5% liked)

linuxmemes

20751 readers
560 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] palordrolap@kbin.social 2 points 5 months ago

Untested partial solution that you may already have tried:

  1. In the window manager's keyboard settings, create keybinds for raising and lowering windows.

  2. Create a script that uses dotool, a third party tool which can send keyboard events and mouse movements, to call the previously configured keybinds.

  3. Missing bit: Figuring out whether the window is raised or lowered to know which keybind to send.

The author of dotool says that they wrote it because ydotool (the alleged successor to xdotool, I assume), needs root and a background daemon. That said, the linked page seems to indicate that dotool also needs some permissions.

I'm not affiliated with either.