From cf7264f3d3db11cae6193eb79edb7b5801e39fb8 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 8 Feb 2021 10:31:56 -0500 Subject: [PATCH] Autostart: Switch to a picture wallpaper and picom --- autostart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autostart b/autostart index 0265b97..575864e 100755 --- a/autostart +++ b/autostart @@ -1,7 +1,9 @@ #!/usr/bin/env sh -xsetroot -solid "#282828" +# xsetroot -solid "#282828" +feh --bg-scale "/home/armaa/.local/share/wallpaper.png" batsignal -b /home/armaa/Code/scripts/keyboard-swap redshift -l 42.2:-71.3 -t 6500:2500 & dunst & +picom & -- 2.39.2