Advertisement
Sirshark10

Untitled

Jul 23rd, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. [core]
  2. plugins = viewport_impl resize command vswitch oswitch rotator grid apps-logger window-rules autostart wrot place switcher zoom blur expo move animate alpha fisheye
  3. vheight = 1
  4.  
  5. [autostart]
  6. background = /home/cloud/Documents/Wallpapers/CherryBlossom.jpg
  7.  
  8. [command]
  9. binding_1 = <super> KEY_D
  10. command_1 = rofi -show combi
  11. binding_2 = <super> KEY_ENTER
  12. command_2 = termite
  13. binding_3 = <super> KEY_P
  14. command_3 = /home/cloud/scripts/screenshots/ishot
  15. binding_lock = <super> KEY_L
  16. command_lock = swaylock
  17. repeatable_binding_echo = <ctrl> <alt> <super> <shift> KEY_E
  18. command_echo = echo "Test"
  19.  
  20. [input]
  21. mouse_cursor_speed = 0
  22. touchpad_cursor_speed = 0
  23. mouse_scroll_speed = 1
  24. touchpad_scroll_speed = 1
  25. natural_scroll = 1
  26. click_method = default
  27. scroll_method = default
  28. disable_while_typing = 1
  29. disable_touchpad_while_mouse = 0
  30. modifier_binding_timeout = 0
  31.  
  32. [DP-1]
  33. mode = 1920 x 1080 @ 60
  34. layout = 1@1
  35.  
  36. [alpha]
  37. min_value = 0.01
  38.  
  39. [fisheye]
  40. radius = 450
  41. zoom = 10.910000
  42.  
  43. [wobbly]
  44. spring_k = 31
  45. friction = 500
  46. mass = 1
  47. grid_resolution = 20
  48.  
  49. [SYNA7501:00 06CB:16CA]
  50. output = eDP-1
  51.  
  52. [animate]
  53. duration = 255
  54. startup_duration = 782
  55. enabled_for = (type is toplevel || (type is x-or && focuseable is true))
  56. fade_enabled_for = type is overlay
  57. zoom_enabled_for = none
  58. fire_enabled_for = none
  59. close_animation = zoom
  60.  
  61. [place]
  62.  
  63. [cube]
  64. activate = <ctrl> <alt> BTN_LEFT
  65. rotate_left = <ctrl> <alt> KEY_LEFT
  66. rotate_right = <ctrl> <alt> KEY_RIGHT
  67. zoom = 3.0
  68. speed_zoom = 0.070000
  69. speed_spin_horiz = 0.020000
  70. speed_spin_vert = 0.020000
  71. initial_animation = 586.000000
  72. background = 0.1 0.1 0.1 1.0
  73. skydome_texture = /home/ilex/Desktop/col.png
  74. mirror = 0
  75. cubemap_image = /home/ilex/Desktop/col.png
  76.  
  77. [expo]
  78. background = 0.1 0.1 0.1 1.0
  79. duration = 250.000000
  80. offset = 50.000000
  81. toggle = <super>
  82.  
  83. [grid]
  84. duration = 332.000000
  85. type = simple
  86. slot_bl = <alt> KEY_DELETE
  87. slot_b = <alt> KEY_DOWN
  88. slot_br = <alt> KEY_PAGEDOWN
  89. slot_l = <alt> KEY_LEFT
  90. slot_c = <alt> KEY_SPACE
  91. slot_r = <alt> KEY_RIGHT
  92. slot_tl = <alt> KEY_INSERT
  93. slot_t = <alt> KEY_UP
  94. slot_tr = <alt> KEY_PAGEUP
  95.  
  96. [move]
  97. snap_threshold = 10
  98.  
  99. [oswitch]
  100. next_output = <super> KEY_T
  101. next_output_with_win = <super> <shift> KEY_T
  102.  
  103. [resize]
  104.  
  105. [rotator]
  106. rotate_down = <ctrl> <alt> <shift> KEY_DOWN
  107. rotate_left = <ctrl> <alt> <shift> KEY_LEFT
  108. rotate_right = <ctrl> <alt> <shift> KEY_RIGHT
  109. rotate_up = <ctrl> <alt> <shift> KEY_UP
  110.  
  111. [switcher]
  112. next_view = <alt> KEY_TAB
  113. prev_view = <alt> <shift> KEY_TAB
  114. gesture_toggle = "edge-swipe down 3"
  115. speed = 50
  116. view_thumbnail_scale = 1.0
  117.  
  118. [fast-switcher]
  119. activate = <alt> KEY_ESC
  120.  
  121. [vswitch]
  122. binding_down = <super> KEY_DOWN
  123. binding_left = <super> KEY_LEFT
  124. binding_right = <super> KEY_RIGHT
  125. binding_up = <super> KEY_UP
  126. binding_win_down = <super> <shift> KEY_DOWN
  127. binding_win_left = <super> <shift> KEY_LEFT
  128. binding_win_right = <super> <shift> KEY_RIGHT
  129. binding_win_up = <super> <shift> KEY_UP
  130. duration = 300
  131.  
  132. [zoom]
  133. speed = 0.005
  134.  
  135. [invert]
  136. toggle = <super> KEY_I
  137.  
  138. [idle-inhibit]
  139. toggle = <super> <shift> KEY_I
  140.  
  141. [wrot]
  142.  
  143. [blur]
  144. mode = normal
  145. kawase_offset = 5
  146. gaussian_iterations = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement