diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-05 23:46:31 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-05 23:46:31 +0100 |
commit | df542cba83cc2ced2cc548de52b2f04a42bb47bb (patch) | |
tree | 2bd4438d5195e0f3f881cae2f198aab9f5e9da81 | |
parent | 226cf5172fa615882d260670b5078ae2c4233c88 (diff) | |
download | user-config-df542cba83cc2ced2cc548de52b2f04a42bb47bb.tar.gz user-config-df542cba83cc2ced2cc548de52b2f04a42bb47bb.zip |
wayfire config
-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 ───────────────────────────────────────────────────────────── |