From e53ab0e7e1f4b04e2339b5452e13df7081f0d189 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 12 May 2024 03:27:14 -0400 Subject: POSIX profile --- .config/x11/xinitrc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .config/x11/xinitrc (limited to '.config/x11') diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc new file mode 100644 index 0000000..5e0df62 --- /dev/null +++ b/.config/x11/xinitrc @@ -0,0 +1,17 @@ +$XDG_CONFIG_HOME/startup/$(hostname) & +sxhkd & +dunst & +unclutter & +picom -b & +echo us >"$HOME/.cache/layout" +xrdb -load "$HOME/.Xresources" +flashfocus -n 30 -t 150 -l never -o 0.75 -v ERROR & +dwmblocks & +remaps & +while true; do + # Start dwm (loop restarts it if it crashes) + # dwm >/dev/null + # Trying to launch dwm with dbus-launch + dbus-launch --exit-with-session dwm +done +# vim:filetype=sh -- cgit v1.2.3