diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-05 16:23:43 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-05 16:23:43 +0100 |
commit | 167336f848236d3a812b9804449fcd9336d0b4c7 (patch) | |
tree | 42c4a58e75ac963dca440934cdd245e1a4424a90 /kusanagi/wayfire.ini | |
parent | 16517652f5fc36367b7ab707af11b99317057ca8 (diff) | |
download | user-config-167336f848236d3a812b9804449fcd9336d0b4c7.tar.gz user-config-167336f848236d3a812b9804449fcd9336d0b4c7.zip |
waystuff config
Diffstat (limited to 'kusanagi/wayfire.ini')
-rw-r--r-- | kusanagi/wayfire.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kusanagi/wayfire.ini b/kusanagi/wayfire.ini index 75b0574..a59981e 100644 --- a/kusanagi/wayfire.ini +++ b/kusanagi/wayfire.ini @@ -131,8 +131,8 @@ autostart_wf_shell = false # These are started by the autostart_wf_shell option above. # background = wf-background -# panel = wf-panel -# dock = wf-dock +panel = wf-panel +#dock = wf-dock # Output configuration # https://wayland.emersion.fr/kanshi/ @@ -144,7 +144,8 @@ outputs = kanshi # Screen color temperature # https://sr.ht/~kennylevinsen/wlsunset/ -gamma = wlsunset +#gamma = wlsunset +gamma = gammastep -l 48.8567:2.3508 # Idle configuration # https://github.com/swaywm/swayidle |