Fixes for crash and updates

This commit is contained in:
Kevin Alberts 2022-05-28 14:01:07 +02:00
parent 0f4ef9190a
commit 3b6ee3d20d
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1
3 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,7 @@ class Config(BaseConfig):
app_launcher = "/home/kevin/bin/dmenu_wal.sh"
web_browser = "firefox-developer-edition"
file_manager = "thunar"
app_chat = "/usr/bin/ramboxpro"
app_chat = "/usr/bin/rambox"
app_irc = "quasselclient"
app_mail = "thunderbird"
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"