diff options
-rw-r--r-- | i3/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/i3/config b/i3/i3/config index 113a0e1..2d0f288 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -26,6 +26,9 @@ font pango:monospace 10 # screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +# Use a compositor for transparent backgrounds and hopefullo no tearing? +exec --no-startup-id picom -b + # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet |