From 5324b85ad87bd71af936bba3e399e84d91fccfaf Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 24 Jun 2024 10:50:04 +0200 Subject: [i3.wallpaper] use feh fill flag --- .config/sway/bin/wallpaper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/sway/bin/wallpaper.py b/.config/sway/bin/wallpaper.py index 4445ae7..d8ac680 100755 --- a/.config/sway/bin/wallpaper.py +++ b/.config/sway/bin/wallpaper.py @@ -167,7 +167,7 @@ while True: if args.window_manager == 'sway': bg_cmd = ['swaybg', '-i', selected_file_path, '-m', 'fill'] elif args.window_manager == 'i3': - bg_cmd = ['feh', '--bg-scale', selected_file_path] + bg_cmd = ['feh', '--bg-fill', selected_file_path] replacing_process = subprocess.Popen(bg_cmd) -- cgit v1.2.3