cwmrc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. fontname "DejaVu Sans Mono:pixelsize=14:bold"
  2. borderwidth 2
  3. color activeborder olive
  4. #color inactiveborder darkolive
  5. gap 0 20 1 0
  6. sticky yes
  7. unbind-key CS-Left
  8. unbind-key CS-Right
  9. unbind-key CS-Up
  10. unbind-key CS-Down
  11. unbind-key C-Left
  12. unbind-key C-Right
  13. unbind-key C-Up
  14. unbind-key C-Down
  15. unbind-key C-slash
  16. bind-key 4S-Return "uxterm"
  17. bind-key 4-space "dmenu_run"
  18. bind-key 4S-p "passmenu --type"
  19. bind-key 4S-l "xlock -mode star -trek 1000"
  20. bind-key 4S-q quit
  21. bind-key 4S-r restart
  22. bind-key 4-w window-close
  23. bind-key 4-h window-snap-left
  24. bind-key 4-l window-snap-right
  25. bind-key 4-k window-snap-down
  26. bind-key 4-j window-snap-up
  27. bind-key 4-y window-snap-up-left
  28. bind-key 4-u window-snap-up-right
  29. bind-key 4-b window-snap-down-left
  30. bind-key 4-n window-snap-down-right
  31. bind-key 4-m window-minimize
  32. bind-key 4S-m window-maximize
  33. bind-key 4S-w menu-window
  34. bind-key 4S-h menu-window-hidden
  35. bind-key 4-a menu-cmd
  36. bind-key 4-g menu-group
  37. bind-key 4-p menu-exec
  38. bind-key 4-1 group-only-1
  39. bind-key 4-2 group-only-2
  40. bind-key 4-3 group-only-3
  41. bind-key 4-4 group-only-4
  42. bind-key 4S-1 window-movetogroup-1
  43. bind-key 4S-2 window-movetogroup-2
  44. bind-key 4S-3 window-movetogroup-3
  45. bind-key 4S-4 window-movetogroup-4
  46. bind-key 4-Tab window-cycle
  47. bind-key 4S-Tab window-rcycle
  48. #bind-key 4S-Tab group-cycle
  49. #bind-key 4S-\` window-rcycle
  50. bind-mouse 4-1 window-move
  51. bind-mouse 4S-1 window-resize
  52. bind-mouse 4-3 window-resize
  53. bind-mouse 4-2 window-lower
  54. bind-mouse 4S-2 window-raise
  55. command lock "xlock -mode star -trek 1000"
  56. bind-key 4-c "xclock -digital -twelve -g 225x20-0-0 -fg black -bg gray80 -padding 2 -update 1 -face \"DejaVu Sans Mono:pixelsize=14\" -chime &"
  57. ignore xload
  58. ignore xclock
  59. autogroup 0 "xclock,XClock"
  60. autogroup 0 "xlock,XLoad"