summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorsateoki-admin <sateoki@protonmail.com>2021-10-31 21:00:57 +0000
committersateoki-admin <sateoki@protonmail.com>2021-10-31 21:00:57 +0000
commitb2ccfbf3b732f30c403c9b09122dcac5142abea5 (patch)
treea15c2a158d80e43ed584f525819a48f7e193d874 /.xinitrc
parentb1478245933500e17585454ab37caccffa3958da (diff)
Commit
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