You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I thought about some few useful commands I came across needing, that should be straight forward to add, but missing:
It would be convenient to have a command that actually sets the padding of focused workspaces/containers instead of adjusting by increase and decrease (with adjust-container-padding, adjust-workspace-padding commands), so it can be set absolutely instead of relatively, with this it could be possible to assign a specific layout with specific padding (columns having different gaps, other than monocle and tiling) by demand using a key bind in my situation combined with switching to a layout wanted. For example set-container-padding 2, set-workspace-padding 2, specifically for the focused workspace/container, unlike container/workspace-padding, where it is needed to specify the monitor and container wanted which isn't convenient.
Turn monocle on/off, in addition to toggle, that makes it possible to put one button for on one for off (monocle on/off). Or just add monocle as a "layout" option (in change-layout command), like in dwm, it is a layout not a mode. Then it could be simply switched to, and then back to whatever layout you want.
Example: Alt + m - switch to monocle layout, Alt + t - switch to tiling layout. With this it is possible to switch to monocle with one button and switching to another layout with another button, instead of pressing the same button to toggle on then off and then change layout.
EDIT:
Maybe not so straight forward to implement commands:
Focus floating window command, maybe something like a toggle focus between floating and tiling windows. Or being able to cycle-focus through floating windows too. Because once a windows is floating, it is not necessary to use the mouse to focus it, which is really annoying and kills the workflow.
Other things considering floating windows would be:
An option in the config to specify floating always on top.
Floating windows should be "workspace bound", right now floating windows are always activated in every workspace I focus on. Or at least add an option to turn that on and off.
What do you think about these additions? I might add others if I find convenient.
Thank you for your time!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I thought about some few useful commands I came across needing, that should be straight forward to add, but missing:
It would be convenient to have a command that actually sets the
padding
offocused
workspaces/containers instead of adjusting byincrease
anddecrease
(withadjust-container-padding
,adjust-workspace-padding
commands), so it can be set absolutely instead of relatively, with this it could be possible to assign a specific layout with specific padding (columns having different gaps, other than monocle and tiling) by demand using a key bind in my situation combined with switching to a layout wanted. For exampleset-container-padding 2
,set-workspace-padding 2
, specifically for the focused workspace/container, unlikecontainer/workspace-padding
, where it is needed to specify the monitor and container wanted which isn't convenient.Turn monocle on/off, in addition to toggle, that makes it possible to put one button for on one for off (
monocle on/off
). Or just add monocle as a "layout" option (inchange-layout
command), like indwm
, it is a layout not a mode. Then it could be simply switched to, and then back to whatever layout you want.Example:
Alt + m
- switch to monocle layout,Alt + t
- switch to tiling layout. With this it is possible to switch to monocle with one button and switching to another layout with another button, instead of pressing the same button to toggle on then off and then change layout.EDIT:
Maybe not so straight forward to implement commands:
toggle focus
between floating and tiling windows. Or being able tocycle-focus
through floating windows too. Because once a windows is floating, it is not necessary to use the mouse to focus it, which is really annoying and kills the workflow.Other things considering floating windows would be:
floating always on top
.on
andoff
.What do you think about these additions? I might add others if I find convenient.
Thank you for your time!
The text was updated successfully, but these errors were encountered: