From 52b4835695f584889a72919ad9aa1c10f649d6f9 Mon Sep 17 00:00:00 2001
From: self <george@gabbott.dev>
Date: Wed, 13 Jul 2022 15:41:51 +0100
Subject: --no-fehbg

---
 dwm/autostart_blocking_otg.sh | 2 +-
 dwm/autostart_blocking_sah.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'dwm')

diff --git a/dwm/autostart_blocking_otg.sh b/dwm/autostart_blocking_otg.sh
index 3611f9f..6eaa618 100755
--- a/dwm/autostart_blocking_otg.sh
+++ b/dwm/autostart_blocking_otg.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-feh --bg-scale $(shuf -n1 -e ~/bgs/*)
+feh --bg-scale $(shuf -n1 -e ~/bgs/*) --no-fehbg
 dwmblocks &
 st &
diff --git a/dwm/autostart_blocking_sah.sh b/dwm/autostart_blocking_sah.sh
index 3d267f4..1776129 100755
--- a/dwm/autostart_blocking_sah.sh
+++ b/dwm/autostart_blocking_sah.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-feh --bg-scale $(shuf -n1 -e ~/bgs/*)
+feh --bg-scale $(shuf -n1 -e ~/bgs/*) --no-fehbg
 dwmblocks &
 alacritty &
 setxkbmap -option caps:swapescape
-- 
cgit v1.2.1