summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc16
1 files changed, 9 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index b2f8a43..c78f35e 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,20 +1,22 @@
#!/bin/sh
# General Configurations
-setxkbmap gb
-export SHELL=/bin/zsh
-wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work.
+setxkbmap gb # Set keyboard to gb layout
+export SHELL=/bin/zsh # Set shell to zsh
+wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work.
# Programs for creating desktop
-dwmstatus & # Status bar
-picom & # Compositor
-
-randombg & # Set a random background.
+dwmstatus & # Status bar
+picom & # Compositor
# Programs to boot on startup
st &
librewolf &
+# Must go last
+randombg & # Set a random background. Update to changebg & once theming is complete.
+
+
while true
do