This website works better with JavaScript.
Home
Help
Register
Sign In
ashpie
/
simple-awesome
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Don't ignore wallpaper aspect ratio
develop
Alice Gaudon
1 week ago
parent
93a3caf5a4
commit
5961d734b5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
simple/init.lua
+ 1
- 1
simple/init.lua
View File
@ -242,7 +242,7 @@ local function set_wallpaper(s)
if
type
(
wallpaper
)
==
"
function
"
then
wallpaper
=
wallpaper
(
s
)
end
gears.wallpaper
.
maximized
(
wallpaper
,
s
,
true
)
gears.wallpaper
.
maximized
(
wallpaper
,
s
)
end
end
Write
Preview
Loading…
Cancel
Save