From 2acb65e6f85a343e9d833f8618c28965d12ff214 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 30 Jul 2021 19:46:45 +0200 Subject: [PATCH] disabled picom autostart on yoga3 --- .config/autostart.sh##h.yoga3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/autostart.sh##h.yoga3 b/.config/autostart.sh##h.yoga3 index 289cd04..4489385 100644 --- a/.config/autostart.sh##h.yoga3 +++ b/.config/autostart.sh##h.yoga3 @@ -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"