Add option to launch network config app when right/middle clicking network widget
This commit is contained in:
parent
a68f516f33
commit
812eb28abc
3 changed files with 7 additions and 1 deletions
|
@ -11,6 +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"
|
||||
#lock_command = "bash /home/kevin/bin/lock.sh"
|
||||
|
||||
# Thermal indicator variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue