Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # Copy this to ~/.config/skippy-xd/skippy-xd.rc and edit it to your liking
  2.  
  3. [general]
  4. distance = 30
  5. useNetWMFullscreen = true
  6. ignoreSkipTaskbar = true
  7. updateFreq = 10.0
  8. lazyTrans = false
  9. pipePath = /tmp/skippy-xd-fifo
  10. movePointerOnStart = true
  11. movePointerOnSelect = true
  12. movePointerOnRaise = true
  13. switchDesktopOnActivate = false
  14. useNameWindowPixmap = false
  15. forceNameWindowPixmap = false
  16. includeFrame = true
  17. allowUpscale = true
  18. showAllDesktops = false
  19. showUnmapped = true
  20. preferredIconSize = 48
  21. clientDisplayModes = thumbnail icon filled none
  22. iconFillSpec = orig mid mid #00FFFF
  23. fillSpec = orig mid mid #FFFFFF
  24. background =
  25.  
  26. [xinerama]
  27. showAll = true
  28.  
  29. [normal]
  30. tint = black
  31. tintOpacity = 0
  32. opacity = 255
  33.  
  34. [highlight]
  35. tint = black
  36. tintOpacity = 150
  37. opacity = 255
  38.  
  39. [tooltip]
  40. show = true
  41. followsMouse = true
  42. offsetX = 20
  43. offsetY = 20
  44. align = left
  45. border = #ffffff
  46. background = #404040
  47. opacity = 255
  48. text = #ffffff
  49. textShadow = black
  50. font = fixed-11:weight=bold
  51.  
  52. [bindings]
  53. miwMouse1 = focus
  54. miwMouse2 = close-ewmh
  55. miwMouse3 = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement