Compare commits
3 Commits
e332835186
...
c14db01bf5
Author | SHA1 | Date | |
---|---|---|---|
c14db01bf5 | |||
03710102c9 | |||
fb9f7ad40a |
@ -4,6 +4,8 @@ vsync = true;
|
|||||||
glx-no-stencil = true;
|
glx-no-stencil = true;
|
||||||
panting-on-overlay = true;
|
panting-on-overlay = true;
|
||||||
|
|
||||||
|
unredir-if-possible = true;
|
||||||
|
|
||||||
opengl-swc = true;
|
opengl-swc = true;
|
||||||
|
|
||||||
# Fading
|
# Fading
|
||||||
|
@ -58,11 +58,6 @@ function start_desktop_applications() {
|
|||||||
if command -v timekprc &> /dev/null ; then
|
if command -v timekprc &> /dev/null ; then
|
||||||
timekprc &
|
timekprc &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Thunderbird mail client
|
|
||||||
if command -v thunderbird &> /dev/null ; then
|
|
||||||
thunderbird &
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function start_desktop_helper_apps() {
|
function start_desktop_helper_apps() {
|
||||||
@ -80,6 +75,9 @@ function start_desktop_helper_apps() {
|
|||||||
|
|
||||||
# App to watch battery level
|
# App to watch battery level
|
||||||
battery-watch &
|
battery-watch &
|
||||||
|
|
||||||
|
# Set display layouts
|
||||||
|
autorandr -c
|
||||||
}
|
}
|
||||||
|
|
||||||
function start_applets() {
|
function start_applets() {
|
||||||
|
Loading…
Reference in New Issue
Block a user