diff options
| author | Robert Günzler <r@gnzler.io> | 2022-09-28 19:29:53 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-09-28 19:29:53 +0200 |
| commit | e8222de247a0859990bf867f44cfa374163d711a (patch) | |
| tree | 84e4ddf722dfe26623c07e6543b02fe10fc4a231 /.config/sway/config | |
| parent | 9938b83d658680ff50e5fe4ea1ae275ebbfc23bf (diff) | |
sway: toggle dpms on before running kanshi
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index ab1f6e7..f395107 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -2,8 +2,9 @@ gaps inner 0 -output * scale 1 -output * adaptive_sync on +output * { + adaptive_sync on +} # for_window [app_id=Alacritty] max_render_time 2 # for_window [app_id=firefox] max_render_time 3 |