Advertisement
BSDG33KCLUB

.mwmrc my lastest config for motif

Mar 20th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. ! Menu descriptions
  2. !
  3. !
  4. ! Root Menu
  5. ! Workspace menu from MB1 on screen
  6. Menu RootMenu
  7. {
  8. "Motif Menu" f.title
  9. "Shuffle Up" _U f.circle_up
  10. "Shuffle Down" _D f.circle_down
  11. "Next Window" _N f.next_key
  12. "Previous Window" _v f.prev_key
  13. no-label f.separator
  14. "Restart..." _R f.restart
  15. }
  16.  
  17.  
  18.  
  19. ! Workspace menu from Window menu
  20. Menu AppMenu
  21. {
  22. "BSD Workspace" f.title
  23. no-label f.separator
  24. "LXAppearance" f.exec "lxappearance"
  25. "Nitrogen" f.exec "nitrogen"
  26. "mc" f.exec "urxvt -e mc"
  27. "tmux" f.exec "urxvt -e tmux"
  28. "xmms2" f.exec "urxvt -e xmms2"
  29. "rtorrent" f.exec "urxvt -e rtorrent"
  30. "WeeChat" f.exec "urxvt -e weechat"
  31. "irssi" f.exec "urxvt -e irssi"
  32. "gmrun" f.exec "gmrun"
  33. "file-roller" f.exec "file-roller"
  34. "geany" f.exec "geany"
  35. "vim" f.exec "urxvt -e vim"
  36. "chromium" f.exec "chrome"
  37. "firefox" f.exec "firefox"
  38. "pcmanfm" f.exec "pcmanfm"
  39. "gimp" f.exec "gimp"
  40.  
  41.  
  42. }
  43.  
  44. ! Customize menu from window menu
  45.  
  46.  
  47. ! Help menu from window menu
  48.  
  49.  
  50.  
  51. ! Default Window Menu
  52. ! Menu associated with window border
  53. Menu DefaultWindowMenu
  54. {
  55. "Restore" _R Mod4<Key>z f.normalize
  56. "Move" _M Mod4<Key>k f.move
  57.  
  58. "Minimize" _n Mod4<Key>x f.minimize
  59. "Maximize" _x Mod4<Key>m f.maximize
  60. "Lower" _L Mod4<Key>Tab f.lower
  61. no-label f.separator
  62.  
  63. "Close" _C Mod4<Key>c f.kill
  64.  
  65. }
  66.  
  67.  
  68.  
  69.  
  70.  
  71. !
  72. !-------------------------------- ------------------------------
  73. !
  74. ! Key bindings
  75. !
  76. !
  77. Keys DefaultKeyBindings
  78. {
  79. Shift<Key>Escape window|icon f.post_wmenu
  80. ! Commented out to avoid conflict with Compose space
  81. ! Meta<Key>space window|icon f.post_wmenu
  82. Mod4<Key> ltroot|icon|window f.next_key
  83. Meta Shift<Key>Tab root|icon|window f.prev_key
  84. Meta<Key>Escape root|icon|window f.next_key
  85. Meta Shift<Key>Escape root|icon|window f.prev_key
  86. Meta Shift Ctrl<Key>exclam root|icon|window f.set_behavior
  87. Meta Ctrl<Key>exclam root|icon|window f.set_behavior
  88. Meta<Key>F6 window f.next_key transient
  89. Meta Shift<Key>F6 window f.prev_key transient
  90. Mod4<Key>v root|icon|window f.menu RootMenu
  91. <Key>F4 icon f.post_wmenu
  92. }
  93. !
  94. !---------------------------------------------------------------
  95. !
  96. ! Button Bindings
  97. !
  98. !
  99. ! Button binding for default keyboard focus policy: Explicit
  100. Buttons DefaultButtonBindings
  101. {
  102. <Btn1Down> icon|frame f.raise
  103. <Btn3Down> root f.menu AppMenu
  104. <Btn1Down> root f.menu RootMenu
  105. Mod4 <Btn1Down> window f.move
  106. Mod4 <Btn3Down> window f.resize
  107. <Btn1Click2> title f.minimize
  108. Shift <Btn1Click2> icon f.minimize
  109. Shift <Btn1Click> icon|frame f.lower
  110. Ctrl <Btn1Click> root|icon|frame f.next_key
  111. Ctrl Shift <Btn1Click> root|icon|frame f.prev_key
  112. Meta <Btn1Click> root|icon|frame f.next_key transient
  113. Meta Shift <Btn1Click> root|icon|frame f.prev_key transient
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement