Comment by gassiss
4 years ago
When you have a single window in a workspace, isn't it too big? I feel like it would be weird having all my text on the left side of a huge monitor when I only have a single terminal in the workspace
4 years ago
When you have a single window in a workspace, isn't it too big? I feel like it would be weird having all my text on the left side of a huge monitor when I only have a single terminal in the workspace
Well I most of the time either split the screen into two halves, which is really nice if one needs to work with more than one application, searching some info on the right, pasting/writing it on the left) or for shells often use tmux and vim split views so that I can look at multiple files/source code lines and still have a ready to use terminal at hand.
For example, I most of the time use the following layout at work:
Example screenshot https://tlmp.it/d/scrot/sway-layout-workspace1.png
(note I recently switched workstation and while at it I tried to switch from i3 to sway, so the top bar config is really plain due to me having yet to find some time to port over my old i3bar one to waybar or the like)
Example screenshot https://tlmp.it/d/scrot/sway-layout-workspace2.png
Further workspaces are then for ssh windows for more complex real tests on some servers.
I use a lot of short-lived windows for terminal, browser, pdf-reader, ... and there the tiling window manager really shines, as I can effortless open those in some tens of milliseconds (MOD+Enter for terminals, MOD+D for my general window launcher), check what I need, maybe copy some text to the primary buffer by simply selecting it and then close it again With CTRL+D (EOF) for terminals or MOD+SHIFT+Q for any window.
For single terminal in a single workspace, I use gaps around the window to center the terminal window.
But usually one would need another terminal window by the side of it and that's when I get rid of the gaps.