diff options
| -rw-r--r-- | .xinitrc | 1 | ||||
| -rw-r--r-- | .zlogin | 1 | ||||
| -rw-r--r-- | update.sh | 1 |
3 files changed, 3 insertions, 0 deletions
@@ -9,4 +9,5 @@ pipewire & dwm_status.sh & dunst & devmon --exec-on-drive "notify-send 'Mounted %f to %d'" & +xsetroot -solid #FFAACC & exec dwm @@ -0,0 +1 @@ +exec startx @@ -10,6 +10,7 @@ mkdir -p src/dmenu cp ~/.xinitrc . cp ~/.zshrc . +cp ~/.zlogin . # Suckless cp ~/git/st/config.h ./src/st |
