Fix right/middle click network icon to configure
This commit is contained in:
parent
812eb28abc
commit
86e4404660
4 changed files with 6 additions and 5 deletions
|
@ -31,7 +31,7 @@ class Config(BaseConfig):
|
|||
file_manager = "thunar"
|
||||
visualizer_app = "glava"
|
||||
web_browser = "firefox"
|
||||
network_config = "true"
|
||||
network_config = None
|
||||
|
||||
# Autostart applications
|
||||
apps_autostart_group = [
|
||||
|
|
|
@ -11,7 +11,7 @@ class Config(GeneralConfig):
|
|||
#app_terminal = "terminator"
|
||||
cmd_brightness_up = "brightnessctl -d intel_backlight set +5%"
|
||||
cmd_brightness_down = "brightnessctl -d intel_backlight set 5%-"
|
||||
network_config = "nm-applet"
|
||||
network_config = "nm-connection-editor"
|
||||
#lock_command = "bash /home/kevin/bin/lock.sh"
|
||||
|
||||
# Thermal indicator variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue