diff options
| author | Josh Rahm <rahm@google.com> | 2022-08-03 15:27:34 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-10-09 12:19:46 -0600 |
| commit | 0b56ef1973acb421c2230819bea811453addba2e (patch) | |
| tree | 663a429539a3efa343190137f7c9a2c09cef91b8 /extras/sysroot/etc | |
| parent | 258acd15d165c5fc4ccedeaa890b04bd421e887c (diff) | |
| download | rde-0b56ef1973acb421c2230819bea811453addba2e.tar.gz rde-0b56ef1973acb421c2230819bea811453addba2e.tar.bz2 rde-0b56ef1973acb421c2230819bea811453addba2e.zip | |
Actually, change the workspace conditional operator.
It was <l₀l₁w₀w₁ to condition on if l₀ is a subset of l₁, but this is
redundant, instead add "?" that conditions of if l₀ is empty.
So the new syntax is
?lw₀w₁ which is read, if the windowset l is not empty, then workspace w₀
else w₁.
This is the same use-case as before. Handy for defining macros to, say,
jump to Spotify if it's not on the current workspace, otherwise jump
to the prior window.
This is now accomplished with (assuming Spotify is marked 's'):
<H-g>?&s@.'@s
This reads as, if (?) the intersection between the Spotify window and the
windows on the current workspace (&s@.) is not empty (if spotify is on
the current window), go to the last workspace ('), otherwise go to the
workspace Spotify is on (@s).
Diffstat (limited to 'extras/sysroot/etc')
0 files changed, 0 insertions, 0 deletions