1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-20 12:40:52 +02:00

disabled picom autostart on yoga3

This commit is contained in:
Simon
2021-07-30 19:46:45 +02:00
parent 7230884f3d
commit 2acb65e6f8
+2 -1
View File
@@ -27,13 +27,14 @@
autostart() {
# General
run "gnome-keyring-daemon" "--start"
run "fix_xcursor"
run "xmodmap" "$HOME/.Xmodmap"
# Display
run "nvidia-settings --load-config-only"
run "dunst"
run "picom"
# run "picom" # Disabled because of high power usage
run "zsh $HOME/.config/polybar/launch.sh"
run "nitrogen --restore"
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"