Latest changes

This commit is contained in:
Kevin Alberts 2025-07-25 17:00:02 +02:00
parent 9dce0df0bc
commit 9cb8eeb80b
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1
5 changed files with 35 additions and 32 deletions

View file

@ -20,11 +20,11 @@ class Config(BaseConfig):
web_browser = "firefox"
file_manager = "thunar"
app_chat = "/usr/bin/rambox"
app_irc = "quasselclient"
app_irc = "true"
app_mail = "thunderbird"
app_music = "spotify"
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"
cmd_brightness_down = "sudo /usr/bin/xbacklight -dec 10"
cmd_brightness_up = "true"
cmd_brightness_down = "true"
lock_command = "bash /home/kevin/bin/lock.sh"
visualizer_app = "glava"
cmd_screenshot = "xfce4-screenshooter -r -c -d 1"