add tiling plugin
This commit is contained in:
parent
c7b077de01
commit
a0a5580131
1 changed files with 17 additions and 6 deletions
|
@ -44,15 +44,16 @@ plugins = \
|
||||||
zoom \
|
zoom \
|
||||||
spacing \
|
spacing \
|
||||||
blur \
|
blur \
|
||||||
|
simple-tile \
|
||||||
wf-info \
|
wf-info \
|
||||||
rounded-corners
|
rounded-corners
|
||||||
|
|
||||||
## Close focused window.
|
## Close focused window.
|
||||||
close_top_view = <super> KEY_Q | <alt> KEY_F4
|
close_top_view = <super> KEY_Q | <alt> KEY_F4
|
||||||
|
|
||||||
## Workspaces arranged into a grid: 3 × 3.
|
## Workspaces arranged into a grid: 2 × 2.
|
||||||
vwidth = 3
|
vwidth = 2
|
||||||
vheight = 3
|
vheight = 2
|
||||||
|
|
||||||
## Prefer client-side decoration or server-side decoration
|
## Prefer client-side decoration or server-side decoration
|
||||||
preferred_decoration_mode = server
|
preferred_decoration_mode = server
|
||||||
|
@ -286,9 +287,9 @@ duration = 400
|
||||||
title_height = 0
|
title_height = 0
|
||||||
title_size = 0
|
title_size = 0
|
||||||
ignore_views = all
|
ignore_views = all
|
||||||
broder_size = 10
|
# broder_size = 10
|
||||||
active_color = \#ffffffAA
|
# active_color = \#ffffffAA
|
||||||
inactive_color = \#ffffffAA
|
# inactive_color = \#ffffffAA
|
||||||
|
|
||||||
[blur]
|
[blur]
|
||||||
method = kawase
|
method = kawase
|
||||||
|
@ -296,6 +297,16 @@ kawase_degrade = 1
|
||||||
kawase_iterations = 1
|
kawase_iterations = 1
|
||||||
kawase_offset = 5
|
kawase_offset = 5
|
||||||
|
|
||||||
|
[wobbly]
|
||||||
|
friction = 25
|
||||||
|
spring_k = 25
|
||||||
|
grid_resolution = 6
|
||||||
|
|
||||||
|
[simple-tile]
|
||||||
|
tile_by_default = none
|
||||||
|
key_toggle = <super> KEY_S
|
||||||
|
outer_vert_gap_size = 2
|
||||||
|
outer_horiz_gap_size = 2
|
||||||
# Rules ────────────────────────────────────────────────────────────────────────
|
# Rules ────────────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
|
|
Loading…
Reference in a new issue