You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
755 B

  1. [neap]
  2. ;number of pixels between outer border and the actual grid
  3. padding = 1
  4. ;number of pixels between grid boxes
  5. spacing = 1
  6. ;foreground color (inactive desktops)
  7. color_inactive = #333333
  8. ;highlight color (the active desktop)
  9. color_active = #999999
  10. ;background color ("transparent" for transparent background)
  11. color_background = transparent
  12. ;number of rows in desktop grid
  13. rows = 0
  14. ;number of columns in desktop grid
  15. columns = 0
  16. ;manual pager selection: virtual|viewport|auto
  17. ;pager = auto
  18. ;icon geometry: 20x20
  19. ;geometry: 20x20
  20. geometry: 16x16
  21. [neap_hotkey]
  22. hotkey_up = <alt>Up
  23. hotkey_down = <alt>Down
  24. hotkey_left = <alt>Left
  25. hotkey_right = <alt>Right
  26. hotkey_0 = <alt>1
  27. hotkey_1 = <alt>2
  28. hotkey_2 = <alt>3
  29. hotkey_3 = <alt>4
  30. hotkey_4 = <alt>5