Compare commits

...

3 Commits

2 changed files with 5 additions and 5 deletions

View File

@ -4,6 +4,8 @@ vsync = true;
glx-no-stencil = true;
panting-on-overlay = true;
unredir-if-possible = true;
opengl-swc = true;
# Fading

View File

@ -58,11 +58,6 @@ function start_desktop_applications() {
if command -v timekprc &> /dev/null ; then
timekprc &
fi
# Thunderbird mail client
if command -v thunderbird &> /dev/null ; then
thunderbird &
fi
}
function start_desktop_helper_apps() {
@ -80,6 +75,9 @@ function start_desktop_helper_apps() {
# App to watch battery level
battery-watch &
# Set display layouts
autorandr -c
}
function start_applets() {