summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-30 02:17:04 +0200
committerThanos Apollo <[email protected]>2023-10-30 02:17:28 +0200
commited73376a5090bdf9313cdc6827749819fd6ad3a8 (patch)
tree6cd501c33ee13edd5a11b05352a818bc2a89dfe8 /.xinitrc
parente12b8522704e8622474cc63dba0a3d0e6df63bc6 (diff)
xinitrc: Redo with autostart
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc52
1 files changed, 2 insertions, 50 deletions
diff --git a/.xinitrc b/.xinitrc
index 498d0f7..18ac912 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,52 +1,4 @@
#!/bin/sh
-userresources=$HOME/.Xresources
-usermodmap=$HOME/.Xmodmap
-sysresources=/etc/X11/xinit/.Xresources
-sysmodmap=/etc/X11/xinit/.Xmodmap
-
-# merge in defaults and keymaps
-
-if [ -f $sysresources ]; then
-
-
-
-
-
-
-
- xrdb -merge $sysresources
-
-fi
-
-if [ -f $sysmodmap ]; then
- xmodmap $sysmodmap
-fi
-
-if [ -f "$userresources" ]; then
-
-
-
-
-
-
-
- xrdb -merge "$userresources"
-
-fi
-
-if [ -f "$usermodmap" ]; then
- xmodmap "$usermodmap"
-fi
-
-# start some nice programs
-
-if [ -d /etc/X11/xinit/xinitrc.d ] ; then
- for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
- [ -x "$f" ] && . "$f"
- done
- unset f
-fi
-
-/usr/local/bin/stumpwm
-
+/usr/bin/qtile start
+~/.config/autostart/autostart.sh