summaryrefslogtreecommitdiff
path: root/.config/X11
diff options
context:
space:
mode:
authorAdam <adam@adast.xyz>2022-06-02 12:03:38 +0200
committerAdam <adam@adast.xyz>2022-06-02 12:03:38 +0200
commitcdc0fdd9c3733378d1488a007e5dac3fd89a0cc7 (patch)
tree30782ab29a26b663d351ac8ccee99584a5a1d58f /.config/X11
parentc378c2e6190afbd9538f0a743e21949a98798056 (diff)
Better organized startup process and scripts
Diffstat (limited to '.config/X11')
-rw-r--r--.config/X11/Xresources (renamed from .config/X11/.Xresources)0
-rwxr-xr-x.config/X11/xinitrc45
2 files changed, 45 insertions, 0 deletions
diff --git a/.config/X11/.Xresources b/.config/X11/Xresources
index 37d7396..37d7396 100644
--- a/.config/X11/.Xresources
+++ b/.config/X11/Xresources
diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc
new file mode 100755
index 0000000..61c9173
--- /dev/null
+++ b/.config/X11/xinitrc
@@ -0,0 +1,45 @@
+#!/bin/sh
+
+userresources=$XDG_CONFIG_HOME/X11/Xresources
+usermodmap=$XDG_CONFIG_HOME/X11/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
+
+clipdel -d ".*" &
+clipmenud &
+playerctld daemon &
+nitrogen --restore &
+redshift -l 56:10 &
+nm-applet &
+unclutter -b &
+nextcloud --background &
+~/.local/bin/picom-toggle &
+~/.local/bin/rate &
+exec i3