mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-28 10:18:25 -05:00
wayfire: add simple-tile plugin config
This commit is contained in:
parent
743b4b6445
commit
9164d14ff1
@ -56,6 +56,7 @@ plugins = \
|
|||||||
zoom \
|
zoom \
|
||||||
scale \
|
scale \
|
||||||
window-rules \
|
window-rules \
|
||||||
|
simple-tile \
|
||||||
blur \
|
blur \
|
||||||
workarounds \
|
workarounds \
|
||||||
workspace-names \
|
workspace-names \
|
||||||
@ -249,6 +250,13 @@ title_height = 20
|
|||||||
active_color = 0.5 0.63 0.75 1.0
|
active_color = 0.5 0.63 0.75 1.0
|
||||||
inactive_color = 0.18 0.2 0.25 1.0
|
inactive_color = 0.18 0.2 0.25 1.0
|
||||||
|
|
||||||
|
# Tiling ───────────────────────────────────────────────────────────────────────
|
||||||
|
[simple-tile]
|
||||||
|
tile_by_default = (((! type is "unknown") & (! type is "panel")) & (! type is "unmanaged"))
|
||||||
|
inner_gap_size = 4
|
||||||
|
outer_horiz_gap_size = 4
|
||||||
|
outer_vert_gap_size = 4
|
||||||
|
|
||||||
# Workspaces ───────────────────────────────────────────────────────────────────
|
# Workspaces ───────────────────────────────────────────────────────────────────
|
||||||
|
|
||||||
# Switch to workspace.
|
# Switch to workspace.
|
||||||
@ -315,7 +323,7 @@ foot_opacity = on created if app_id is "foot" then set alpha 0.9
|
|||||||
|
|
||||||
[wm-actions]
|
[wm-actions]
|
||||||
toggle_fullscreen = <super> KEY_F
|
toggle_fullscreen = <super> KEY_F
|
||||||
toggle_always_on_top = <super> KEY_T
|
toggle_always_on_top = <super> KEY_B
|
||||||
|
|
||||||
[workspace-names]
|
[workspace-names]
|
||||||
display_duration = 1000
|
display_duration = 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user