diff --git a/bin/doorsbg b/bin/doorsbg index 9217846..fc19c68 100755 --- a/bin/doorsbg +++ b/bin/doorsbg @@ -3,8 +3,6 @@ # This is meant to be run by awesome with the set colors keybind, # not by itself though it should work regardless -set -e - # Pick a random wallpaper and save a copy wal -i ~/Pictures/Wallpapers cp $(awk {print} ~/.cache/wal/wal) ~/.cache/wal/bg diff --git a/bin/doorsupdate b/bin/doorsupdate index 5d8d19a..b424365 100755 --- a/bin/doorsupdate +++ b/bin/doorsupdate @@ -2,6 +2,4 @@ # Simple update doors -set -e - cd $HOME/.doors && git pull && ./setup diff --git a/configs/x11/xinitrc b/configs/x11/xinitrc index 10a0d45..8bcdac7 100755 --- a/configs/x11/xinitrc +++ b/configs/x11/xinitrc @@ -2,8 +2,6 @@ # startx/xinit run this script -set -e - # Run xprofile if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then . "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" diff --git a/configs/x11/xprofile b/configs/x11/xprofile index eded952..46ef990 100755 --- a/configs/x11/xprofile +++ b/configs/x11/xprofile @@ -2,8 +2,6 @@ # This is called by xinitrc during x startup -set -e - # Run multi-monitor config if it exists if [ -f ".screenlayout/default.sh" ]; then . ".screenlayout/default.sh" &