shithub: docs.9front.org

Download patch

ref: cc442f2123a2d71dc81662856a7107e82d761499
parent: 2ea16ab532ac62135b109d5d25820fbc2feec859
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Aug 4 06:11:35 EDT 2020

rio: windows clutter tip

--- a/rio-tips-and-tricks.md
+++ b/rio-tips-and-tricks.md
@@ -39,3 +39,7 @@
 Want to take a screenshot of a window, but no idea which id that window has? Try seaching by its label:
 `grep sam /dev/wsys/*/label`. Replace the `label` in the path to `window` and take the screenshot:
 `topng </dev/wsys/X/window >/n/mycoolblog.com/www/files/acme.png`.
+
+When it gets difficult to work with too many windows on the screen, consider running `winwatch` and using one
+nested `rio` per virtual "workspace". If you're into keyboard-controlled window managers with virtual
+desktops, try out [riow](https://git.sr.ht/~ft/riow).