awesome icon indicating copy to clipboard operation
awesome copied to clipboard

gap_mult_client support

Open hleft opened this issue 2 years ago • 4 comments

I saw gap_single_client : Enable gaps for a single client.

please support gap_mult_client, Enable gaps for mult clients.

reason: I only want to use gap when only one client, if there are mult clients, hope disable gap for save space and don't see gap in center

hleft avatar Mar 05 '22 17:03 hleft

i guess you just need to set useless_gap > 0 and gap_single_client to false

actionless avatar Mar 09 '22 18:03 actionless

@actionless need set useless_gap > 0 and gap_single_client to true and gap_mult_client to false

hleft avatar Mar 13 '22 09:03 hleft

Hello, that's not a feature we currently have, and it looks like there isn't many interest in it.

I guess the best option you have is to implement this behavior on your config.

Aire-One avatar Mar 28 '22 17:03 Aire-One

Oh! Guess I'm wrong, your PR just made me realize there is a possible workaround: You can change the layout skip_gap function to implement the desired behavior. This would however require you to use your own layout.

Aire-One avatar Apr 07 '22 17:04 Aire-One