From df542cba83cc2ced2cc548de52b2f04a42bb47bb Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 5 Dec 2021 23:46:31 +0100 Subject: wayfire config --- kusanagi/wayfire.ini | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/kusanagi/wayfire.ini b/kusanagi/wayfire.ini index a59981e..5da1dc4 100644 --- a/kusanagi/wayfire.ini +++ b/kusanagi/wayfire.ini @@ -10,10 +10,12 @@ # Input configuration ────────────────────────────────────────────────────────── -# Example configuration: -# + [input] -xkb_layout = fr +xkb_layout = fr-lx +xkb_variant = lx + + #xkb_file = "/home/lx/.xkb/symbols/custom-fr" # xkb_variant = dvorak,bepo # @@ -51,7 +53,6 @@ plugins = \ autostart \ command \ cube \ - decoration \ expo \ fast-switcher \ fisheye \ @@ -113,9 +114,11 @@ toggle = KEY_F # Decorations ────────────────────────────────────────────────────────────────── [decoration] -border_size = 1 -title-height = 16 -#font = "sans-serif:12px" +border_size = 0 +active_color = 0.7 0.7 0.7 1 +inactive_color = 0.5 0.5 0.5 1 +title_height = 30 +font = Monaco # Startup commands ───────────────────────────────────────────────────────────── -- cgit v1.2.3