Change layout
This commit is contained in:
parent
1f9f4f2438
commit
9b48425555
2 changed files with 23 additions and 19 deletions
|
|
@ -71,12 +71,15 @@ drag_tile_to_tile = 1
|
|||
# | Look n Feel |
|
||||
# theming | https://mangowm.github.io/docs/visuals
|
||||
|
||||
gappih = 20
|
||||
gappiv = 20
|
||||
gappoh = 40
|
||||
gappov = 40
|
||||
gappih=5
|
||||
gappiv=5
|
||||
gappoh=10
|
||||
gappov=10
|
||||
borderpx = 4
|
||||
border_radius = 10
|
||||
border_radius = 6
|
||||
no_radius_when_single=0
|
||||
focused_opacity=1.0
|
||||
unfocused_opacity=1.0
|
||||
|
||||
scratchpad_width_ratio = 0.8
|
||||
scratchpad_height_ratio = 0.9
|
||||
|
|
@ -93,24 +96,25 @@ overlaycolor = 0x14a57cff
|
|||
cursor_theme = capitaine-cursors
|
||||
cursor_size = 24
|
||||
|
||||
blur = 1
|
||||
blur_layer = 1
|
||||
blur_optimized = 1
|
||||
# Window effect
|
||||
blur=0
|
||||
blur_layer=0
|
||||
blur_optimized=1
|
||||
blur_params_num_passes = 2
|
||||
blur_params_radius = 4
|
||||
blur_params_noise = 0.04
|
||||
blur_params_radius = 5
|
||||
blur_params_noise = 0.02
|
||||
blur_params_brightness = 0.9
|
||||
blur_params_contrast = 0.9
|
||||
blur_params_saturation = 1.2
|
||||
|
||||
shadows = 0
|
||||
layer_shadows = 1
|
||||
shadow_only_floating = 0
|
||||
layer_shadows = 0
|
||||
shadow_only_floating = 1
|
||||
shadows_size = 10
|
||||
shadows_blur = 5
|
||||
shadows_blur = 15
|
||||
shadows_position_x = 0
|
||||
shadows_position_y = 0
|
||||
shadowscolor = 0x000000ff
|
||||
shadowscolor= 0x000000ff
|
||||
|
||||
animations = 1
|
||||
layer_animations = 1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Auto-generated by DMS - do not edit manually
|
||||
border_radius=12
|
||||
gappih=28
|
||||
gappiv=28
|
||||
gappoh=28
|
||||
gappov=28
|
||||
border_radius=5
|
||||
gappih=10
|
||||
gappiv=10
|
||||
gappoh=10
|
||||
gappov=10
|
||||
borderpx=3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue