Advertisement
dkeg

.cwmrc

Jul 26th, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. #####################
  2. disclaimer - this is not mine. I saved it here to use as a starting point for my own use in my entry into cwm
  3. #####################
  4. # customize some bindings (C-control M-alt M1-button1)
  5. bind M-r exec
  6. bind CM-r reload
  7. bind CM-l label
  8. bind CM-t "xterm -e \"top -s 0.6\""
  9. bind CM-m menusearch
  10. mousebind M-1 window_move
  11. mousebind CM-1 window_resize
  12.  
  13. # application menu
  14. command pidgin pidgin
  15. command xchat xchat
  16. command silc "xterm -class silc -e mysilc.sh"
  17. command mail "xterm -class mail -e \"ssh my.mail.host\""
  18. command firefox firefox
  19.  
  20. # groups predefined, use xprop to get these from each program
  21. autogroup 2 "Navigator,Firefox"
  22. autogroup 3 "pidgin"
  23. autogroup 3 "xchat"
  24. autogroup 3 "xterm,silc"
  25. autogroup 4 "xterm,mail"
  26.  
  27. # inherit current selected group
  28. sticky yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement