diff options
author | listout <listout@protonmail.com> | 2021-09-27 10:46:45 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-27 10:46:45 +0530 |
commit | 1347700ce789bcf5f70b928a4e7e60566bb15968 (patch) | |
tree | 47772f7409dd42a4cafba3e6b5c2a43637290467 | |
parent | 3ff43baaadc70e42a98b890981f5089e1505c271 (diff) |
added starting of picom and setting background
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 3 insertions, 1 deletions
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 |