libdo

Untitled

Sep 22nd, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [client]
  2. client_round = true
  3. client_auto_center = false
  4. border_height = 1
  5. border_shadow = true
  6. border_normal = "#000000"
  7. border_focus = "#ff9c01"
  8. place_at_mouse = false
  9. resize_corner_normal = "#191919"
  10. resize_corner_focus = "#003366"
  11. set_new_win_master = false
  12. client_tile_raise = true
  13. new_client_get_mouse = false
  14.  
  15. # send all client that have no tag rule in this default tag
  16. #default_open_tag = 4
  17. # same as above but for the screen
  18. #default_open_screen = 1
  19.  
  20. # Space between tiled clients
  21. padding = 0
  22.  
  23. # Modifier for mouse use
  24. modifier = "Super"
  25.  
  26. light_shade = 0.10
  27. dark_shade = -0.10
  28. # *DEPRECATED* but works, see [rules] section
  29. # Set automatic free or max client
  30. # autofree = "xterm|MPlayer"
  31. # automax = "Navigator"
  32.  
  33. [mouse] button = "1" func = "client_raise" [/mouse]
  34. [mouse] button = "1" func = "mouse_move" [/mouse]
  35. [mouse] button = "3" func = "client_raise" [/mouse]
  36. [mouse] button = "3" func = "mouse_resize" [/mouse]
  37.  
  38. # Remove this section to delete the titlebar.
  39. [/client]
Add Comment
Please, Sign In to add comment