Don't autostart picom
This commit is contained in:
parent
634d685670
commit
97473b1b49
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ bindsym $mod+z exec --no-startup-id i3-input -F 'rename workspace to "%s"' -P 'N
|
|||
|
||||
# Autostart applications
|
||||
exec --no-startup-id nitrogen --restore; sleep 1;
|
||||
exec --no-startup-id picom -bCG --backend glx --unredir-if-possible-delay 1000 --vsync
|
||||
# exec --no-startup-id picom -bCG --backend glx --unredir-if-possible-delay 1000 --vsync
|
||||
exec --no-startup-id /usr/lib/xfce-polkit/xfce-polkit
|
||||
exec --no-startup-id xss-lock -- i3lock -n -e -c 333333
|
||||
# exec --no-startup-id xfce4-power-manager
|
||||
|
|
Loading…
Reference in a new issue