mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-18 15:43:51 +01:00
randomwallpaper uses zoom fill mode
This commit is contained in:
parent
c85a7ff444
commit
f2ba812235
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ fn updateWallpapers(display: *Display, alloc: mem.Allocator) !void {
|
||||||
|
|
||||||
var buf: [10]u8 = undefined;
|
var buf: [10]u8 = undefined;
|
||||||
|
|
||||||
const args = [_][]const u8{ "nitrogen", "--random", "--set-scaled", try std.fmt.bufPrint(&buf, "--head={}", .{i}) };
|
const args = [_][]const u8{ "nitrogen", "--random", "--set-zoom-fill", try std.fmt.bufPrint(&buf, "--head={}", .{i}) };
|
||||||
var child = try std.ChildProcess.init(&args, alloc);
|
var child = try std.ChildProcess.init(&args, alloc);
|
||||||
try child.spawn();
|
try child.spawn();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue