The aptly named.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.5 KiB

  1. # Set default values for screen padding
  2. kwmc config padding 40 20 20 20
  3. # Set default values for container gaps
  4. kwmc config gap 15 15
  5. # Default tiling mode for Kwm (bsp | monocle | float)
  6. kwmc config tiling bsp
  7. # Automatically float windows that fail to resize
  8. kwmc config float-non-resizable on
  9. # Automatically resize the window to its container
  10. kwmc config lock-to-container on
  11. # Set focus-follows-mouse-mode to autoraise
  12. kwmc config focus-follows-mouse off
  13. kwmc config standby-on-float on
  14. # Center window when made floating
  15. kwmc config center-on-float on
  16. kwmc config mouse-follows-focus on
  17. kwmc config mouse-drag on
  18. # The modifier keys to be held down to initiate mouse-drag
  19. kwmc config mouse-drag mod shift+ctrl
  20. # Allow window focus to wrap-around
  21. kwmc config cycle-focus on
  22. # Set default container split-ratio
  23. kwmc config split-ratio 0.5
  24. # New splits become the left leaf-node
  25. kwmc config spawn left
  26. kwmc rule owner="iTerm2" properties={role="AXDialog"}
  27. kwms rule owner="Visual Studio" properties={role="AXGroup"}
  28. kwmc rule owner="Dialpad" properties={float="true"}
  29. kwmc rule owner="DB Browser for SQLLite" properties={float="true"}
  30. # Enable border for focused window
  31. kwmc config border focused on
  32. kwmc config border focused size 2
  33. kwmc config border focused color 0xFFBDD322
  34. kwmc config border focused radius 6
  35. # Enable border for marked window
  36. kwmc config border marked on
  37. kwmc config border marked size 2
  38. kwmc config border marked color 0xFFCC5577
  39. kwmc config border marked radius 6