Compton config and xprofile changes
This commit is contained in:
parent
cdf8f9015a
commit
8920ac085f
@ -12,7 +12,7 @@ fade-in-step = 0.03;
|
|||||||
fade-out-step = 0.028;
|
fade-out-step = 0.028;
|
||||||
|
|
||||||
# Backend
|
# Backend
|
||||||
vsync = "none";
|
vsync = false;
|
||||||
backend = "xrender";
|
backend = "xrender";
|
||||||
mark-wmwin-focused = true;
|
mark-wmwin-focused = true;
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
|
@ -6,18 +6,13 @@ export XDG_CONFIG_HOME="$HOME/.config"
|
|||||||
|
|
||||||
[ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
|
[ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
grep -qm 1 'sse3' /proc/cpuinfo && compton -b &
|
compton -b &
|
||||||
|
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
|
|
||||||
volumeicon &
|
volumeicon &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
gnome-keyring-daemon --start --components=pkcs11 &
|
gnome-keyring-daemon --start --components=pkcs11 &
|
||||||
|
|
||||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||||
ksuperkey -e 'Super_R=Alt_L|F1' &
|
ksuperkey -e 'Super_R=Alt_L|F1' &
|
||||||
|
|
||||||
xset dpms 600 900 1200
|
xset dpms 600 900 1200
|
||||||
xset r rate 350 60
|
xset r rate 350 60
|
||||||
|
Reference in New Issue
Block a user