Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
1,511
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # tyler's cwmrc Beta
  2. # Amber (#FFBF00) monochrome theme.
  3. fontname "terminus:pixelsize=14:bold"
  4.  
  5. # Autogroup widgets
  6. autogroup 0 XClock
  7. autogroup 0 conky
  8.  
  9. # What does this do???
  10. sticky no
  11.  
  12. # just window stuff
  13. borderwidth 2
  14. color activeborder "#FFBF00"
  15. color inactiveborder "#FFBF00"
  16. color selfont "#FFBF00"
  17. color font "#FFBF00"
  18. color menubg "#000000"
  19. color menufg "#FFBF00
  20. color urgencyborder "#FFFFFF"
  21. color ungroupborder "#FFFFFF"
  22. gap 0 20 0 0
  23.  
  24. # Bindings:
  25.  
  26. bind 4S-r reload
  27. bind 4S-e quit
  28. # Vim style movement:
  29. bind 4-h moveleft
  30. bind 4-j movedown
  31. bind 4-k moveup
  32. bind 4-l moveright
  33. bind 4S-h bigmoveleft
  34. bind 4S-j bigmovedown
  35. bind 4S-k bigmoveup
  36. bind 4S-l bigmoveright
  37. bind 4-Return xterm
  38. bind 4-comma "mixerctl outputs.master=-5"
  39. bind 4-period "mixerctl outputs.master=+5"
  40. bind 4S-q delete
  41. bind 4-f maximize
  42.  
  43. mousebind 4-1 window_move
  44. mousebind 4-2 window_resize
  45.  
  46. # Autogroups:
  47. autogroup 1 "xterm,XTerm"
  48.  
  49. bind 4-1 grouponly1
  50.  
  51. # Right click launcher:
  52.  
  53. command midori /usr/local/bin/midori
  54. command lynx "xterm -e lynx"
  55. command firefox /usr/local/bin/firefox
  56. command libreoffice /usr/local/bin/libreoffice
  57. command xfe /usr/local/bin/xfe
  58. command irssi "xterm -e irssi"
  59.  
  60. #command pkg_path "xterm -e su && export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.5/packages/i386"
  61.  
  62. # What do these two lines do???
  63. #ignore clock
  64. #ignore conky
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement