mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Add some small convenient commands #256
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nullbyto on GitHub (Oct 27, 2023).
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
paddingoffocusedworkspaces/containers instead of adjusting byincreaseanddecrease(withadjust-container-padding,adjust-workspace-paddingcommands), 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-layoutcommand), 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 focusbetween floating and tiling windows. Or being able tocycle-focusthrough 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.onandoff.What do you think about these additions? I might add others if I find convenient.
Thank you for your time!
@alex-ds13 commented on GitHub (Oct 17, 2024):
@LGUG2Z Shouldn't this issue have been closed by commit 0d1595e?
@rknobbe commented on GitHub (Jan 31, 2025):
point 4 of the original feature request seems to still be open. Is there a way to mark a floating window as "always on top"?