aboutsummaryrefslogtreecommitdiff
path: root/i3config
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-10-14 13:15:06 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-10-14 13:15:06 +0200
commitc8f58f9b47b79e1dd177621104e62ad4009e61eb (patch)
treea1f58e317a400fe41d99601d3549b02b677fe74a /i3config
parentf3f05aa6915ab854a7154d6a60fb4e852ca2e157 (diff)
downloaddotfiles-c8f58f9b47b79e1dd177621104e62ad4009e61eb.tar.gz
Added picom
Diffstat (limited to 'i3config')
-rw-r--r--i3config1
1 files changed, 1 insertions, 0 deletions
diff --git a/i3config b/i3config
index 22150d4..fea0413 100644
--- a/i3config
+++ b/i3config
@@ -22,6 +22,7 @@ font pango:monospace 8
22# Start XDG autostart .desktop files using dex. See also 22# Start XDG autostart .desktop files using dex. See also
23# https://wiki.archlinux.org/index.php/XDG_Autostart 23# https://wiki.archlinux.org/index.php/XDG_Autostart
24exec --no-startup-id dex-autostart --autostart --environment i3 24exec --no-startup-id dex-autostart --autostart --environment i3
25exec --no-startup-id picom --backend glx --vsync -b
25 26
26# The combination of xss-lock, nm-applet and pactl is a popular choice, so 27# The combination of xss-lock, nm-applet and pactl is a popular choice, so
27# they are included here as an example. Modify as you see fit. 28# they are included here as an example. Modify as you see fit.