diff options
-rw-r--r-- | kusanagi/wayfire.ini | 17 |
1 files 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 = <super> <ctrl> 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 ───────────────────────────────────────────────────────────── |