From 1347700ce789bcf5f70b928a4e7e60566bb15968 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 27 Sep 2021 10:46:45 +0530 Subject: added starting of picom and setting background --- .config/i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index 1479850..80aab52 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -2,7 +2,9 @@ set $mod Mod4 font pango:mono 7 -exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id picom +exec --no-startup-id hsetroot -solid '#000000' set $refresh_i3status killall -SIGUSR1 i3status -- cgit v1.2.3