Advertisement
Guest User

Untitled

a guest
Dec 31st, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. {
  2. "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.29/schema.json",
  3. "app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml",
  4. "window_hiding_behaviour": "Cloak",
  5. "cross_monitor_move_behaviour": "Insert",
  6. "default_workspace_padding": 3,
  7. "default_container_padding": 3,
  8. "border": false,
  9. "border_width": 1,
  10. "border_offset": -1,
  11. "mouse_follows_focus": false,
  12. "minimum_window_height": 200,
  13. "minimum_window_width": 400,
  14. "slow_application_compensation_time": 50,
  15. "slow_application_identifiers": [
  16. {
  17. "id": "zen.exe",
  18. "kind": "Exe",
  19. "matching_strategy": "Equals"
  20. }
  21. ],
  22. "animation": {
  23. "enabled": true,
  24. "fps": 144,
  25. "duration": 100,
  26. "style": "EaseOutSine"
  27. },
  28. "theme": {
  29. "palette": "Base16",
  30. "name": "Ashes",
  31. "unfocused_border": "Base03",
  32. "bar_accent": "Base0D"
  33. },
  34. "stackbar": {
  35. "height": 40,
  36. "mode": "OnStack",
  37. "tabs": {
  38. "width": 300
  39. }
  40. },
  41. "monitors": [
  42. {
  43. "workspaces": [
  44. {
  45. "name": "I",
  46. "layout": "BSP"
  47. },
  48. {
  49. "name": "II",
  50. "layout": "VerticalStack"
  51. },
  52. {
  53. "name": "III",
  54. "layout": "HorizontalStack"
  55. },
  56. {
  57. "name": "IV",
  58. "layout": "UltrawideVerticalStack"
  59. },
  60. {
  61. "name": "V",
  62. "layout": "Rows"
  63. },
  64. {
  65. "name": "VI",
  66. "layout": "Grid"
  67. },
  68. {
  69. "name": "VII",
  70. "layout": "RightMainVerticalStack"
  71. }
  72. ]
  73. }
  74. ]
  75. }
  76.  
  77.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement