diff --git a/base/.config/compton.conf b/base/.config/compton.conf index d6977680..51a14ca7 100644 --- a/base/.config/compton.conf +++ b/base/.config/compton.conf @@ -12,7 +12,7 @@ fade-in-step = 0.03; fade-out-step = 0.028; # Backend -vsync = "none"; +vsync = false; backend = "xrender"; mark-wmwin-focused = true; unredir-if-possible = true; diff --git a/base/.xprofile b/base/.xprofile index 7a85031e..12d309c2 100644 --- a/base/.xprofile +++ b/base/.xprofile @@ -6,18 +6,13 @@ export XDG_CONFIG_HOME="$HOME/.config" [ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH" -grep -qm 1 'sse3' /proc/cpuinfo && compton -b & - +compton -b & nitrogen --restore & - volumeicon & nm-applet & - /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & gnome-keyring-daemon --start --components=pkcs11 & - ksuperkey -e 'Super_L=Alt_L|F1' & ksuperkey -e 'Super_R=Alt_L|F1' & - xset dpms 600 900 1200 xset r rate 350 60