summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc22
1 files changed, 22 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
new file mode 100644
index 0000000..b2f8a43
--- /dev/null
+++ b/.xinitrc
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# General Configurations
+setxkbmap gb
+export SHELL=/bin/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.
+
+# Programs to boot on startup
+st &
+librewolf &
+
+
+while true
+do
+ dwm
+done