From 9fd611163570023fdd25cc9dac36965d287b516d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 10 Jul 2021 10:34:37 +0300 Subject: Reverted picom autostart to not use experimental backends --- .config/openbox/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 9d93907..3451974 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -16,7 +16,7 @@ barrier & # using mouse & keyboard on other computers while connected to wifi xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen xss-lock -- .i3lock/lock.sh suspend & # lock screen on lid closing; you'll also need to uncomment the HandleLidSwitch variable and assign to it "lock" (HandleLidSwitch=lock) inside /etc/systemd/logind.conf tint2 & # taskbar -picom --experimental-backends & # compositor +picom & # compositor setxkbmap -layout "us,bg" -variant ",phonetic" -option "grp:alt_shift_toggle" & # keyboard switching flameshot & # screenshot utility -- cgit v1.2.3