Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Add some small convenient commands #570

Closed
nullbyto opened this issue Oct 26, 2023 · 2 comments
Closed

[FEAT]: Add some small convenient commands #570

nullbyto opened this issue Oct 26, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@nullbyto
Copy link

nullbyto commented Oct 26, 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:

  1. 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.

  2. 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:

  1. 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:

  1. An option in the config to specify floating always on top.
  2. 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!

@nullbyto nullbyto added the enhancement New feature or request label Oct 26, 2023
LGUG2Z added a commit that referenced this issue Nov 16, 2023
This commit adds dedicated komorebic commands for setting the padding
values of the focused workspace and containers.

re #570
@alex-ds13
Copy link
Contributor

@LGUG2Z Shouldn't this issue have been closed by commit 0d1595e?

@LGUG2Z LGUG2Z closed this as completed Oct 17, 2024
@rknobbe
Copy link

rknobbe commented 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"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants