-
Notifications
You must be signed in to change notification settings - Fork 318
Allow setting gap size for a specific workspace #21
Comments
Probably a better idea would be
similar to http://i3wm.org/docs/userguide.html#workspace_screen |
Problem: it currently only works correctly if the global |
The branch should now hopefully work as intended. Was a bit more effort than I anticipated, but it's worth it. I'll use it for a while before merging it, though. |
Merged now. |
Sorry to open up this old issue, but is it possible to set both inner and outer gaps on a specific workspace? i.e.
currently, it seems like it only takes the last option. |
This is supposed to work, yes, so if it doesn't that'd be a bug. Feel free to open one (and send a PR :-) ) |
I must have done something wrong, it works now! I guess I already had the workspace open before reloading my config or something like that. Thanks for the superfast reply! |
Sorry for replying on such an old post. Using |
@thexavier666 Logging out and in shouldn't be necessary, but you need to recreate the workspace, ie make sure it gets destroyed and then switch to it again. Logging out and in obviously achieves that as well. |
Sorry to reopen this again, is there any way to set gaps for a specific workspace from command? The current gap command only allows for setting of |
There's no command to set the gaps for a specific workspace at runtime, but you can always do
|
Thanks for the reply! It's a great workaround and satisfies my needs! But in my opinion it would be better to implement a command like that, it is more intuitive. |
gaps inner|outer workspace number <name> set|plus|minus <px>
It'd be wonderful to also allow
for_workspace [number = <number>] gaps …
, but that probably needs to be its own issue.The text was updated successfully, but these errors were encountered: