Advertisement
Guest User

mytwmrc

a guest
Feb 1st, 2016
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. #
  2. # ~/.twmrc: TWM configuration file
  3. #
  4.  
  5. AutoRelativeResize
  6. BorderWidth 4
  7. DefaultFunction f.nop
  8. DontMoveOff
  9. MenuBorderWidth 4
  10. MoveDelta 5
  11. NoDefaults
  12. NoGrabServer
  13. NoIconManagers
  14. NoMenuShadows
  15. NoTitle
  16.  
  17. Color {
  18.  
  19. BorderColor "rgb:AA/2F/17"
  20. BorderTileBackground "rgb:40/40/40"
  21. BorderTileForeground "rgb:40/40/40"
  22. DefaultBackground "rgb:FF/FF/FF"
  23. DefaultForeground "rgb:00/00/00"
  24. MenuBorderColor "rgb:AA/2F/17"
  25. MenuBackground "rgb:FF/FF/FF"
  26. MenuForeground "rgb:00/00/00"
  27.  
  28. }
  29.  
  30. Cursors {
  31.  
  32. Frame "left_ptr"
  33. Menu "left_ptr"
  34. Move "fleur"
  35. Resize "fleur"
  36. Wait "left_ptr"
  37.  
  38. }
  39.  
  40. WindowRing {
  41.  
  42. "feh"
  43. "ffplay"
  44. "Vimb"
  45. "Xpdf"
  46. "XTerm"
  47.  
  48. }
  49.  
  50. "F1" = m : all : f.exec "exec ~/Scripts/Dmenu-Run.sh &"
  51. "d" = m : all : f.exec "exec ~/Scripts/Notify.sh $(date '+%A, %d %B %Y - %H:%M') &"
  52. "f" = m : window : f.fullzoom
  53. "q" = m : window : f.delete
  54. "q" = m | s : all : f.quit
  55. "r" = m | s : all : f.restart
  56. "t" = m4 : all : f.exec "exec xterm -e tmux new-session -n work &"
  57. "w" = m4 : all : f.exec "exec vimb &"
  58. "Tab" = m : all : f.warpring "next"
  59. "Tab" = m | s : all : f.warpring "prev"
  60.  
  61. Function "move-or-raise" { f.move f.deltastop f.raise }
  62. Function "resize-or-raise" { f.resize f.deltastop f.raise }
  63.  
  64. Button1 = m : window : f.function "move-or-raise"
  65. Button3 = m : window : f.function "resize-or-raise"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement