mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
wayfire: add simple-tile plugin config
This commit is contained in:
parent
743b4b6445
commit
9164d14ff1
@ -56,6 +56,7 @@ plugins = \
|
||||
zoom \
|
||||
scale \
|
||||
window-rules \
|
||||
simple-tile \
|
||||
blur \
|
||||
workarounds \
|
||||
workspace-names \
|
||||
@ -249,6 +250,13 @@ title_height = 20
|
||||
active_color = 0.5 0.63 0.75 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 ───────────────────────────────────────────────────────────────────
|
||||
|
||||
# Switch to workspace.
|
||||
@ -315,7 +323,7 @@ foot_opacity = on created if app_id is "foot" then set alpha 0.9
|
||||
|
||||
[wm-actions]
|
||||
toggle_fullscreen = <super> KEY_F
|
||||
toggle_always_on_top = <super> KEY_T
|
||||
toggle_always_on_top = <super> KEY_B
|
||||
|
||||
[workspace-names]
|
||||
display_duration = 1000
|
||||
|
Loading…
Reference in New Issue
Block a user