Latest changes
This commit is contained in:
parent
9dce0df0bc
commit
9cb8eeb80b
5 changed files with 35 additions and 32 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue