Compare commits
No commits in common. "c14db01bf593efcfc55e718cbc12ea9de1c4612e" and "e332835186f8c069f2e27c62d917aa60f7ae41f1" have entirely different histories.
c14db01bf5
...
e332835186
2 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,6 @@ vsync = true;
|
|||
glx-no-stencil = true;
|
||||
panting-on-overlay = true;
|
||||
|
||||
unredir-if-possible = true;
|
||||
|
||||
opengl-swc = true;
|
||||
|
||||
# Fading
|
||||
|
|
|
@ -58,6 +58,11 @@ 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() {
|
||||
|
@ -75,9 +80,6 @@ function start_desktop_helper_apps() {
|
|||
|
||||
# App to watch battery level
|
||||
battery-watch &
|
||||
|
||||
# Set display layouts
|
||||
autorandr -c
|
||||
}
|
||||
|
||||
function start_applets() {
|
||||
|
|
Loading…
Reference in a new issue