diff options
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 |