Browse Source

[BUGFIX] white gtk4 themes :)

master
Dor dicke Gind 2 years ago
parent
commit
ae88e39144
  1. 3
      .xprofile

3
.xprofile

@ -22,6 +22,9 @@ if [ "$scriptExecutedOne" != "#scriptExecuted" ]; then
echo "#scriptExecuted" >> $HOME/.xprofile echo "#scriptExecuted" >> $HOME/.xprofile
fi fi
# set dark theme for gkt3
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
# workaround compiz issue half vblank refresh rate # workaround compiz issue half vblank refresh rate
export vblank_mode=0 export vblank_mode=0
/usr/bin/compiz --replace & /usr/bin/compiz --replace &

Loading…
Cancel
Save