| 1 | # ~/.cwmrc |
| 2 | |
| 3 | fontname "sans-serif:pixelsize=14" |
| 4 | sticky yes |
| 5 | gap 0 0 0 0 |
| 6 | |
| 7 | # Applications |
| 8 | command "term" "st" |
| 9 | |
| 10 | # Key bindings |
| 11 | # NOTE: cwm modifier prefixes are C=Control, M=Meta/Alt, S=Shift, 4=Mod4(Super/Windows), 5=Mod5(AltGr) |
| 12 | # The Super/"Mod" key on this keyboard is Mod4, so it must be written as "4-", not "M-". |
| 13 | bind-key 4-Return terminal |