aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/dualmon2
-rwxr-xr-xbin/singlemon1
-rw-r--r--system/xsessionrc.symlink2
3 files changed, 3 insertions, 2 deletions
diff --git a/bin/dualmon b/bin/dualmon
index 4437e4d..02ae65d 100755
--- a/bin/dualmon
+++ b/bin/dualmon
@@ -1,4 +1,4 @@
#!/bin/bash
xrandr --output eDP1 --below HDMI2 --primary --output HDMI2 --auto
xinput disable Atmel
-if [ -f ~/.bg.png ]; then feh -B white --bg-max ~/.bg.png; fi
+setbg
diff --git a/bin/singlemon b/bin/singlemon
index cce0a15..8034639 100755
--- a/bin/singlemon
+++ b/bin/singlemon
@@ -1,3 +1,4 @@
#!/bin/bash
xrandr --output eDP1 --primary --auto --output HDMI2 --off
xinput enable Atmel
+setbg
diff --git a/system/xsessionrc.symlink b/system/xsessionrc.symlink
index abd5bfe..a7578e2 100644
--- a/system/xsessionrc.symlink
+++ b/system/xsessionrc.symlink
@@ -8,7 +8,7 @@ export DE='gnome'
nohup gnome-settings-daemon -r & >/dev/null
# Background image
-if [ -f ~/.bg.png ]; then feh -B white --bg-max ~/.bg.png; fi
+setbg
# GPG agent
envfile="$HOME/.gnupg/gpg-agent.env"