Re: [STUMP] vertical mode-line?
Michael Raskin <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
>How is your setup for independent frame grups? http://mtn-host.prjek.net/viewmtn/stumpwm-tagging/branch/changes/com.ignorelist.401a0bf1.raskin.stumpwm-config (you can download a tarball there or browse code online) It also uses my window-tagging contrib module. This is most of my real config, including the code for frame tagging. Window tags are stored in window properties (so restarting StumpWM but keeping X session doesn't wipe them), frame tags are attached to StumpWM frame objects. Windows are auto-tagged and sometimes additionally tagged manually. There are scripts that set up frames and specify groups using special tags. Q is rebound to only clean splits inside the same frame group; bindings are made to populate current frame group with predefined window sets (specified using tags). I don't use frame groups spanning monitors; I actually manage a single FullHD laptop screen as multiple independent monitors (a nice square-ish area and all the rest). >>>I would really like to make the mode-line more useful, but my ideas >>>require tearing it down and building it back up. I'm not the first >>>person to attempt it either. Most efforts have stagnated and been lost >>>to time. >> >> I decided to just have a shell script that outputs my modeline and >> hacked window management logic to tag frames so modeline frame is not >> included in window set change (modeline xterm stays there). Also >> independent frame groups help with managing multiple monitors, and >> FullHD monitors where I usually keep something on the right while change >> the main area contents...