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:
@@ -27,13 +27,14 @@
|
|||||||
|
|
||||||
autostart() {
|
autostart() {
|
||||||
# General
|
# General
|
||||||
|
run "gnome-keyring-daemon" "--start"
|
||||||
run "fix_xcursor"
|
run "fix_xcursor"
|
||||||
run "xmodmap" "$HOME/.Xmodmap"
|
run "xmodmap" "$HOME/.Xmodmap"
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
run "nvidia-settings --load-config-only"
|
run "nvidia-settings --load-config-only"
|
||||||
run "dunst"
|
run "dunst"
|
||||||
run "picom"
|
# run "picom" # Disabled because of high power usage
|
||||||
run "zsh $HOME/.config/polybar/launch.sh"
|
run "zsh $HOME/.config/polybar/launch.sh"
|
||||||
run "nitrogen --restore"
|
run "nitrogen --restore"
|
||||||
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||||
|
|||||||
Reference in New Issue
Block a user