Add wg-quick to awesome startup

This commit is contained in:
Thomas Avé 2023-09-06 16:24:34 +02:00
parent b3d6f0a60b
commit b560cfdbcd
1 changed files with 1 additions and 0 deletions

View File

@ -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