diff options
Diffstat (limited to 'autostart.sh')
| -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 & |
