Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So users can have parallel workspaces to their main ones both on top and bottom. Niri doesn't have scratchpad, but I think there's a better solution.
focus-window-or-workspace-up
should work just likef-w-o-w-DOWN
that it creates a new workspace.Usecase: instead of having two terminal windows side by side, one with editor other to run/build/test/etc, I got used to having a floating terminal window to run commands that I'd send to scratchpad when I wanted to edit code and invoke it back should I need it again. With niri I have my scratchpad below my workspace and I'd like to have one above as well for other things like launching a VPN or opening a scratch buffer to save my notes, or open a REPL or do something else that I wouldn't like to get mixed with my primary (interpret as only) workspace while I treat my other workspaces as scratchpads.
Beta Was this translation helpful? Give feedback.
All reactions