Replies: 1 comment
-
Every workspace can have its own container and workspace padding: https://komorebi.lgug2z.com/schema#monitors_items_workspaces_items_container_padding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one monitor in 2560x1440 and one in 3840x2160 and the padding is different on both monitors. I'm guessing it's because the padding setting is in pixels.
{ "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json", "app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml", "window_hiding_behaviour": "Cloak", "cross_monitor_move_behaviour": "Insert", "default_workspace_padding": 5, "default_container_padding": 5, "border": false, "stackbar": { "height": 40, "mode": "OnStack", "tabs": { "width": 300, "focused_text": "#00a542", "unfocused_text": "#b3b3b3", "background": "#141414" } }, "monitors": [ { "workspaces": [ { "name": "I", "layout": "BSP" } ] } ] }
Beta Was this translation helpful? Give feedback.
All reactions