made the quake terminal size configurable

This commit is contained in:
Johannes Findeisen 2020-07-06 01:00:19 +02:00
commit 26c66d7d8d
No known key found for this signature in database
GPG key ID: 2128DE136929E573
3 changed files with 6 additions and 15 deletions

View file

@ -19,15 +19,3 @@ function tablelength(T)
return count
end
local function set_wallpaper(s)
-- Wallpaper
if beautiful.wallpaper then
local wallpaper = beautiful.wallpaper
-- If wallpaper is a function, call it with the screen
if type(wallpaper) == "function" then
wallpaper = wallpaper(s)
end
gears.wallpaper.maximized(wallpaper, s, false)
--gears.wallpaper.centered(wallpaper, s, true)
end
end