Guest User

Untitled

a guest
Jan 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ##################################
  2. # xterm
  3. # WM_CLASS(STRING) = "xterm", "XTerm"
  4. #
  5.  
  6. [app] (name=xterm)
  7. # [Maximize] {yes}
  8. [Position] {0 0}
  9. # [Deco] {21}
  10. [Deco] {53}
  11. [FocusNewWindow] {yes}
  12. # [Fullscreen] {yes}
  13. [end]
  14.  
  15. ################################
  16. # firefox main window
  17. #
  18. # [app] (role=Navigator)
  19. [app] (name=.*irefox.*)
  20.  
  21. [Workspace] {1}
  22. # [Dimensions] {1366 768}
  23. [Maximize] {yes}
  24. [FocusNewWindow] {yes}
  25. [Fullscreen] {yes}
  26. [Position] {0 0}
  27. # [Jump] {yes}
  28. # [Deco] {TOOL}
  29. [Deco] {NONE}
  30. # [Deco] {33}
  31. [Close] {yes}
  32.  
  33. [end]
  34.  
  35. ################################
  36. # firefox print dialog
  37. #
  38. #[app] (Title=Print)
  39. [app] (@WM_NAME=Print)
  40. [Workspace] {1}
  41. # [Maximize] {yes}
  42. [FocusNewWindow] {yes}
  43. [Fullscreen] {yes}
  44. [Position] {0 0}
  45. # [Jump] {yes}
  46. # [Deco] {TOOL}
  47. # [Deco] {NONE}
  48. [Deco] {21}
  49. #[Close] {yes}
  50.  
  51. [end]
Add Comment
Please, Sign In to add comment