From 166bc5ca7eedfba353891dd983c1e0d2c5c1264c Mon Sep 17 00:00:00 2001 From: MineralwaterXu Date: Tue, 1 Dec 2020 22:22:32 +0800 Subject: autostart --- autostart.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 autostart.sh diff --git a/autostart.sh b/autostart.sh new file mode 100755 index 0000000..67384aa --- /dev/null +++ b/autostart.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +/bin/bash ~/scripts/dwm-status.sh & +picom -b +feh --bg-fill ~/Pictures/Айвазовский_И.К._Волна.jpg +/bin/bash ~/scripts/setxmodmap.sh & +/bin/bash ~/scripts/autostart_wait.sh & -- cgit v1.2.1