diff options
| author | MineralwaterXu <[email protected]> | 2020-12-01 22:22:32 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2020-12-01 22:22:32 +0800 |
| commit | 166bc5ca7eedfba353891dd983c1e0d2c5c1264c (patch) | |
| tree | e06338ab48855540bb086f2c3bb3432aaeab3c40 | |
autostart
| -rwxr-xr-x | autostart.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 & |
