Fix loading background
This commit is contained in:
parent
e9bf3ee88f
commit
0a60831c24
|
@ -23,4 +23,4 @@ local naughty = require("naughty")
|
|||
local wallpaper_dir = gears.filesystem.get_configuration_dir() .. "/wallpaper"
|
||||
local wallpaper = wallpaper_dir .. "/wallpaper.png"
|
||||
|
||||
awful.spawn.with_shell("feh --no-fehbg --bg-fill" .. wallpaper)
|
||||
awful.spawn.with_shell("feh --no-fehbg --bg-fill " .. wallpaper)
|
||||
|
|
|
@ -30,3 +30,4 @@ Koryk
|
|||
Ctheah
|
||||
TODO
|
||||
artifacts
|
||||
stochasticity
|
||||
|
|
Loading…
Reference in New Issue