Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.29/schema.json",
- "app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml",
- "window_hiding_behaviour": "Cloak",
- "cross_monitor_move_behaviour": "Insert",
- "default_workspace_padding": 3,
- "default_container_padding": 3,
- "border": false,
- "border_width": 1,
- "border_offset": -1,
- "mouse_follows_focus": false,
- "minimum_window_height": 200,
- "minimum_window_width": 400,
- "slow_application_compensation_time": 50,
- "slow_application_identifiers": [
- {
- "id": "zen.exe",
- "kind": "Exe",
- "matching_strategy": "Equals"
- }
- ],
- "animation": {
- "enabled": true,
- "fps": 144,
- "duration": 100,
- "style": "EaseOutSine"
- },
- "theme": {
- "palette": "Base16",
- "name": "Ashes",
- "unfocused_border": "Base03",
- "bar_accent": "Base0D"
- },
- "stackbar": {
- "height": 40,
- "mode": "OnStack",
- "tabs": {
- "width": 300
- }
- },
- "monitors": [
- {
- "workspaces": [
- {
- "name": "I",
- "layout": "BSP"
- },
- {
- "name": "II",
- "layout": "VerticalStack"
- },
- {
- "name": "III",
- "layout": "HorizontalStack"
- },
- {
- "name": "IV",
- "layout": "UltrawideVerticalStack"
- },
- {
- "name": "V",
- "layout": "Rows"
- },
- {
- "name": "VI",
- "layout": "Grid"
- },
- {
- "name": "VII",
- "layout": "RightMainVerticalStack"
- }
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement