~iany/
  • Posts
  • Journals
  • Series
  • Tags
  • 中文
  1. Home
  2. Tags
  3. Linux
  • 中

Linux

A collection of 2 articles

Forwarding Desktop Notifications to Pushover

I already forwarded mako notifications to Pushover on Linux. The hook is tiny: mako runs a command with the notification id, the script reads makoctl list -j, skips loops and Pushover itself, and POSTs to the Pushover API. Windows has no equivalent of on-notify=exec. I wanted one binary, dn-pushover, that does the same job on both desktops: titles become [DN][hostname] … so a notification that bounces back is easy to drop. Linux stayed simple. Windows did not.

Updated Sep 08, 2026  •  5 min read

Switch Window Using Fuzz Matching

This article demonstrates how to quickly switch to a window using gpicker and wmctrl. You type significant letters of workspace name, application name or title and gpicker provides a list of windows you most likely mean to pick.

Updated Sep 25, 2022  •  4 min read

© 2026  •  ~iany/  •  CC-BY-SA 4.0