Load wallpaper
This commit is contained in:
parent
8be5663d93
commit
72f30bdad8
|
@ -26,6 +26,7 @@ local run_on_start_up = {
|
||||||
"xcape -e \"Super_L=Super_L|XF86Launch5\" -t 5000",
|
"xcape -e \"Super_L=Super_L|XF86Launch5\" -t 5000",
|
||||||
"xmodmap /home/user/.Xmodmap",
|
"xmodmap /home/user/.Xmodmap",
|
||||||
os.getenv("XDG_CONFIG_HOME") .. "/awesome/scripts/setup_display.sh",
|
os.getenv("XDG_CONFIG_HOME") .. "/awesome/scripts/setup_display.sh",
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue