7 lines
224 B
Bash
7 lines
224 B
Bash
#!/bin/sh
|
|
# This is a shell script, read by xinit or startx during the start of the X windows system. File configures the behavior and setup of the X session.
|
|
|
|
#(alacritty -e bash -c "neofetch; lsd; exec bash") &
|
|
|
|
exec dwm
|