diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-21 00:25:08 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-01-21 00:25:08 +0100 |
commit | 04d975d2d34f887cf1e10990b6f3b5f20d954177 (patch) | |
tree | bdcb1991fa349558f0a55fd3399d2069b3da9407 | |
parent | 749c30114476758cc695b09fc25c5abbc3600740 (diff) |
picom: run it from i3
-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 |