Skip to content

Commit

Permalink
Merge pull request boramalper#74 from vician/master
Browse files Browse the repository at this point in the history
Fixed wallpaper scaling for i3
  • Loading branch information
boramalper authored Aug 9, 2016
2 parents af1e637 + 527e22f commit 8a70f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ https://github.com/rbong
https://github.com/RyuzakiKK
https://github.com/schlagenhauf
https://github.com/sgnn7
https://github.com/xenithorb
https://github.com/vician
https://github.com/wesbarnett
https://github.com/xenithorb
https://github.com/yupyupp

https://www.reddit.com/u/officerchrister
Expand Down
2 changes: 1 addition & 1 deletion himawaripy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def set_background(file_path):
elif de == "mate":
subprocess.call(["gsettings", "set", "org.mate.background", "picture-filename", file_path])
elif de == 'i3':
subprocess.call(['feh','--bg-fill',file_path])
subprocess.call(['feh','--bg-max',file_path])
elif de == "xfce4":
for display in xfce_displays:
subprocess.call(["xfconf-query", "--channel", "xfce4-desktop", "--property", display, "--set", file_path])
Expand Down

0 comments on commit 8a70f99

Please sign in to comment.