Advertisement
cirrus

.piedockrc

Feb 10th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.56 KB | None | 0 0
  1. # window size in pixels
  2. # if you're running weak hardware, try to keep this low
  3. # usage: size PIXELS
  4. size 500
  5.  
  6. # observe Fitts' Law and make each pie-slice extend to the edge of the screen?
  7. # see http://en.wikipedia.org/wiki/Fitts%27_law
  8. # usage: fitts (0|1)
  9. fitts 1
  10.  
  11. # use compositing manager for true transparency?
  12. # usage: compositing (0|1)
  13. compositing 0
  14.  
  15. # do you want to have an icon title in the middle of the pie?
  16. # usage: title (0|1)
  17. title 1
  18.  
  19. # what font do you want to use?
  20. # usage: font FAMILY SIZE [COLOR]
  21. #font another distro 9.0 ffffff
  22.  
  23. # customize font cartouche
  24. # usage: cartouche CORNER [ALPHA] [COLOR]
  25. # CORNER 0..255 - corner radius in pixels
  26. # ALPHA 0..255 - lower values mean higher transparency, higher values mean
  27. # higher opacity
  28. # COLOR - hex code of color
  29.  
  30. cartouche 6 192 000000
  31.  
  32. # display workspace position for windows that are on another workspace
  33. # usage: show-workspace no|WORKSPACE [WINDOW] [(horizontal|vertical|square)]
  34. # WORKSPACE - hex code of ARGB color for the workspaces
  35. # WINDOW - hex code of ARGB color for the window
  36. show-workspace 323232 888888 square
  37. #show-workspace 0 0 square
  38. # zoom icons on mouse-over?
  39. # usage: zoom VALUE
  40. # VALUE can be any float from 0.0 (no zoom) - 1.0 (full zoom)
  41. zoom 1.0
  42.  
  43. # should clicking in the middle of the menu have any effect?
  44. # usage: centre (Ignore|NearestIcon|Disappear)
  45. centre Ignore
  46.  
  47. # should triggers still work if some mask (like Num_Lock) is enabled?
  48. # usage: ignore-mask KEY
  49. ignore-mask Num_Lock
  50.  
  51. # activation keys and (pointer) buttons
  52. # usage: trigger [menu NAME] (button[-up]|button-down|key) [MODIFIER] (KEY|BUTTON)
  53. #
  54. # If you get "X Error of failed request: BadAccess", some other program
  55. # have grabbed that key or button already.
  56. trigger button Mod4 1
  57. trigger button Mod4 4
  58. trigger button Mod4 5
  59.  
  60. # button configuration or what the mouse-buttons do while the menu is open
  61. # usage: button [BUTTON] [ACTION]
  62. # available actions are:
  63. # Launch - start the program identified by that icon
  64. # ShowNext - show next window of icon, or launch if not running
  65. # ShowPrevious - show previous of icon, or launch if not running
  66. # Hide - hide next window of icon (minimize / iconify)
  67. # Close - close next window of icon (might lose data!)
  68. # SpinUp - spin menu up (rotate)
  69. # SpinDown - spin menu down (rotate widdershins)
  70. # SpinNext - spin to next icon (rotate)
  71. # SpinPrevious - spin to previous icon (rotate widdershins)
  72. # Disappear - hide pie menu
  73. button 1 Launch
  74. #button 2 ShowNext
  75. #button 2 Hide
  76. #button 3 ShowPrevious
  77. button 3 Disappear
  78. button 4 SpinNext
  79. button 5 SpinPrevious
  80.  
  81. # key configuration or what the keys on the keyboard do while the menu is open
  82. # usage: key KEYSYM ACTION
  83. # available actions: same as in button configuration
  84. key Escape Disappear
  85. key Return ShowNext
  86. key Up SpinNext
  87. key Down SpinPrevious
  88.  
  89. # spin-step: how far we'll spin the menu on SpinUp/SpinDown
  90. # usage: spin-step [-0.75 ... 0.75]
  91. # default: 0.5 negative values reverse direction widdershins/deasil
  92. #spin-step -0.5
  93.  
  94. # focused and unfocused alpha transparency
  95. # usage: (focused|unfocused|launchers) VALUE
  96. # VALUE 0..255 - lower values mean higher transparency, higher values mean
  97. # higher opacity
  98. #focused 200
  99. #unfocused 200
  100.  
  101. # start radius of appearing animation
  102. # if you're running weak hardware, you might want to disable this (set to 1.0)
  103. # usage: start-radius VALUE
  104. # VALUE can be any float from 0.0 (start form centre) - 1.0 (no start animation)
  105. #start-radius .9
  106.  
  107. # should the be a minumum number of icons in a menu?
  108. # usage: minimum-number VALUE
  109. # VALUE can be any integer greater than 1
  110. #minimum-number 6
  111.  
  112. # active indicator or what should mark an icon as having windows
  113. # usage: active-indicator FILE [(left|center|right)] [(top|center|bottom)]
  114. #active-indicator "path/to/active-indicator.png" right bottom
  115. active-indicator "/usr/share/icons/gnome/48x48/emblems/emblem-new.png" center bottom
  116.  
  117. # what icon should be used for unassociated menu items/windows
  118. # usage: missing-icon FILE
  119. #missing-icon "path/to/missing-icon.png"
  120.  
  121. # what icon should be used to fill menu up to minimum-number (see above)
  122. # usage: filler-icon FILE
  123. #filler-icon "path/to/filler-icon.png"
  124.  
  125. # path to PNG files, the files must be named like the application
  126. # usage: path PATH...
  127. path "/home/cirrus/.PieDock/clarity-lux_caeruleus"
  128. # path "/usr/share/piedock/piedock-instant/icons"
  129. path "/home/cirrus/.PieDock/clarity-lux_caeruleus"
  130. path "/usr/share/icons/nuvola/32x32"
  131. path "/usr/share/icons/nuvola/128x128"
  132. #path "/usr/share/icons/hicolor/128x128/apps"
  133. #path "/usr/share/icons/hicolor/32x32/apps"
  134. path "/usr/share/icons/gnome/256x256/apps"
  135. path "/usr/share/icons/gnome/32x32/apps"
  136. path "/usr/share/pixmaps"
  137.  
  138. # you may specify windows to ignore, those windows will never show up in
  139. # the window list, find the window name with "utils/piedockutils -l"
  140. # usage: ignore-window NAME
  141. ignore-window "normal"
  142.  
  143. # aliases
  144. # tweak windows having weird class names to get the right icon
  145. # usage: alias [(name|class|title)] VALUE APPLICATION
  146.  
  147. alias class "Firefox" firefox
  148. alias class "Chrome" chromium
  149. #alias class "NEdit" nedit
  150. #alias class "Xpdf" xpdf
  151. #alias class "MPlayer" mplayer
  152. alias class "Gimp" gimp
  153. alias "terminator" terminal
  154. alias "xterm" terminal
  155. #alias "xfce4-terminal" terminal
  156. alias "leafpad" text-editor
  157. #alias "Konsole" konsole
  158. #alias "dolphin" dolphin
  159. #alias "foxitreader" FoxitReader
  160. #alias "Blender:Render" blender
  161.  
  162. # menu of sticky icons
  163. # the asterisk (*) will expand the menu with unassigned windows
  164. # usage:
  165. # menu [NAME]
  166. # icon APPLICATION [COMMAND]
  167. # menu ICONNAME
  168. # icon APPLICATION [COMMAND]
  169. # ...
  170. # end
  171. # ...
  172. # *
  173. # end
  174. menu
  175. icon pcmanfm
  176. # icon konsole
  177. icon audacious
  178. icon chromium-browser "chromium-browser %u --purge-memory-button"
  179. icon vlc
  180. icon firefox
  181. icon audacity
  182. icon spacefm
  183. icon leafpad
  184. icon shotwell
  185. icon transmission
  186. icon gpodder
  187. icon ario
  188. # icon clementine
  189. icon openshot
  190. icon terminator
  191. icon gimp
  192. # icon google-earth "/opt/google/earth/free/google-earth"
  193. # icon gtkpod
  194. icon bleachbit
  195. # icon handbrake "ghb"
  196. icon skype
  197. icon rigo
  198. icon smplayer
  199. icon turpial
  200. # icon lmms
  201. # icon luckybackup
  202. # icon okular
  203. # icon photo
  204. # icon rednotebook
  205. # icon rekonq
  206. # icon scribus
  207. # icon VirtualBox
  208. # icon xine
  209. # icon xsane
  210. # icon zim
  211. # icon systemsettings
  212.  
  213. end
  214.  
  215. # preload icons
  216. # usage: preload [(menus|all|none)]
  217. # NOTE: you really shouldn't choose "all" when using /usr/share/* icon paths!
  218. preload menus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement