From dfc2a4a95261a8fe14f9e9181e1f6fa821a8d403 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Fri, 14 May 2021 21:24:45 +0200 Subject: [PATCH] add compositor to i3 conf --- i3/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i3/config b/i3/config index 5669f76..ca29263 100755 --- a/i3/config +++ b/i3/config @@ -207,6 +207,9 @@ bindsym $mod+Shift+z gaps outer current minus 5 # background exec --no-startup-id nitrogen --restore +# transparency +exec xcompmgr -c -f -n + # border toggle bindsym $mod+b border toggle