aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.xinitrc1
-rw-r--r--.zlogin1
-rw-r--r--update.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index bd64e35..ae0f97b 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -9,4 +9,5 @@ pipewire &
dwm_status.sh &
dunst &
devmon --exec-on-drive "notify-send 'Mounted %f to %d'" &
+xsetroot -solid #FFAACC &
exec dwm
diff --git a/.zlogin b/.zlogin
new file mode 100644
index 0000000..1e91861
--- /dev/null
+++ b/.zlogin
@@ -0,0 +1 @@
+exec startx
diff --git a/update.sh b/update.sh
index 9ee54b4..436e8f1 100644
--- a/update.sh
+++ b/update.sh
@@ -10,6 +10,7 @@ mkdir -p src/dmenu
cp ~/.xinitrc .
cp ~/.zshrc .
+cp ~/.zlogin .
# Suckless
cp ~/git/st/config.h ./src/st