소스 검색

Use --bg-fill instead of --bg-scale to preserve aspect ratio

Frans Bergman 6 년 전
부모
커밋
efa7e1750e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .scripts/set_background.sh

+ 1 - 1
.scripts/set_background.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-feh --bg-scale ~/desktop_background.png
+feh --bg-fill ~/desktop_background.png