Default to firefox dev edition browser
This commit is contained in:
parent
9a3fdf1b65
commit
b78b817a33
|
@ -4,13 +4,13 @@ from kuro.base import BaseConfig
|
|||
# Config variables used in the main configuration
|
||||
class Config(BaseConfig):
|
||||
# Show debug bar and messages
|
||||
debug = True
|
||||
debug = False
|
||||
verbose = False
|
||||
|
||||
# Default Applications
|
||||
app_terminal = "terminator"
|
||||
app_launcher = "dmenu_run -i -p '»' -nb '#000000' -fn 'Noto Sans-11' -nf '#777777' -sb '#1793d0' -sf '#ffffff'"
|
||||
web_browser = "firefox"
|
||||
web_browser = "firefox-developer-edition"
|
||||
file_manager = "thunar"
|
||||
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"
|
||||
cmd_brightness_down = "sudo /usr/bin/xbacklight -dec 10"
|
||||
|
|
Loading…
Reference in a new issue