From: Maximilian Friedersdorff Date: Fri, 5 Apr 2019 13:18:07 +0000 (+0100) Subject: Add background image to sway X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=bf467f1aadc98fb58c385c3a187f24c6c73691c1;hp=fc6f692c969ea82dd1894e7968942707a53bb5eb;p=max%2Fdotfiles.git Add background image to sway --- diff --git a/sway/.config/sway/config.platinum b/sway/.config/sway/config.platinum index 084cb9d..d4831c1 100644 --- a/sway/.config/sway/config.platinum +++ b/sway/.config/sway/config.platinum @@ -16,3 +16,8 @@ bar { } font pango:Liberation Mono 10 + +output eDP-1 { + scale 2 + background ~/Pictures/background.png fit +}