From e19957a3073d5a73952ea9da7e6f87bf3f9b0990 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sun, 15 Oct 2023 20:42:14 +1100 Subject: [PATCH] Update Wayfire configuration --- startdesk/wayfire-thedesk-config.conf | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/startdesk/wayfire-thedesk-config.conf b/startdesk/wayfire-thedesk-config.conf index 13e0d1ad..c9c0e670 100644 --- a/startdesk/wayfire-thedesk-config.conf +++ b/startdesk/wayfire-thedesk-config.conf @@ -50,11 +50,9 @@ plugins = \ alpha \ animate \ - autostart \ - command \ + blur \ cube \ decoration \ - expo \ fast-switcher \ fisheye \ grid \ @@ -83,9 +81,9 @@ plugins = \ # Close focused window. close_top_view = KEY_Q | KEY_F4 -# Workspaces arranged into a grid: 3 × 3. -vwidth = 3 -vheight = 3 +# Workspaces arranged into a grid: 1 × 1. +vwidth = 1 +vheight = 1 # Prefer client-side decoration or server-side decoration preferred_decoration_mode = client @@ -226,3 +224,9 @@ toggle = KEY_I # # See Window rules for a complete reference. # https://github.com/WayfireWM/wayfire/wiki/Configuration#window-rules + +[animate] +duration=250 + +[blur] +blur_by_default=all