Make autostart applications optional

This commit is contained in:
Kevin Alberts 2019-05-27 23:57:45 +02:00
parent 34a2e20698
commit baece2297f
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1
2 changed files with 9 additions and 6 deletions

View file

@ -20,6 +20,9 @@ class Config(BaseConfig):
"' -sb '" + highlight + "' -sf '" + foreground + "'"
web_browser = "firefox-developer-edition"
file_manager = "thunar"
app_chat = "franz"
app_irc = "quasselclient"
app_mail = "thunderbird"
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"
cmd_brightness_down = "sudo /usr/bin/xbacklight -dec 10"
lock_command = "/home/kevin/bin/lock.sh"