From 9164d14ff16d2f205b68632d218dd896b6a49c13 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Wed, 5 May 2021 22:46:59 +0300 Subject: [PATCH] wayfire: add simple-tile plugin config --- home/.config/wayfire.ini | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/home/.config/wayfire.ini b/home/.config/wayfire.ini index 4096e92..63626b3 100644 --- a/home/.config/wayfire.ini +++ b/home/.config/wayfire.ini @@ -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 = KEY_F -toggle_always_on_top = KEY_T +toggle_always_on_top = KEY_B [workspace-names] display_duration = 1000