Add wg-quick to awesome startup
This commit is contained in:
parent
b3d6f0a60b
commit
b560cfdbcd
|
@ -28,6 +28,7 @@ local run_on_start_up = {
|
||||||
"feh --no-fehbg --bg-fill " .. gears.filesystem.get_configuration_dir() .. "/images/wallpaper.png",
|
"feh --no-fehbg --bg-fill " .. gears.filesystem.get_configuration_dir() .. "/images/wallpaper.png",
|
||||||
-- "/opt/power/powersave.sh",
|
-- "/opt/power/powersave.sh",
|
||||||
-- os.getenv("XDG_CONFIG_HOME") .. "/awesome/scripts/setup_display.sh"
|
-- os.getenv("XDG_CONFIG_HOME") .. "/awesome/scripts/setup_display.sh"
|
||||||
|
"sudo wg-quick up wg0"
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Define layouts
|
-- Define layouts
|
||||||
|
|
Loading…
Reference in New Issue