4 lines
42 B
Bash
4 lines
42 B
Bash
#!/bin/sh
|
|
~/.scripts/autostart &
|
|
exec dwm
|
#!/bin/sh
|
|
~/.scripts/autostart &
|
|
exec dwm
|