aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-02-25 22:27:04 -0500
committeriamcheeseman <[hidden email]>2026-02-25 22:27:04 -0500
commitc2f0e63b46a743910df00f64e44b10eadc18a365 (patch)
treecc9a7968d163fc608dbf3e96cbd2d084d6a2ea5c
parent8a391edebffc746b6a7825f0fb86a37ae426fecf (diff)
Update
-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