summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-12-09 21:16:09 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2023-12-09 21:16:09 -0500
commita74a51b84b1a36a5021531403778bf1be2125676 (patch)
tree5e85d7e602835df227611d53a3b2663dae76003e /.xinitrc
parentf907157f21addf81c052904287d45ebcd45e3004 (diff)
quick fixes
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index ba30e5f..935c5bc 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,5 +1,6 @@
$HOME/.dropbox-dist/dropboxd &
$XDG_CONFIG_HOME/startup/$(hostname) &
+gentoo-pipewire-launcher &
makewall &
sxhkd &
dunst &
@@ -8,9 +9,13 @@ picom -b &
echo us > $HOME/.cache/layout
xrdb -load $HOME/.Xresources
flashfocus -n 30 -t 150 -l never -o 0.75 -v ERROR &
+$HOME/.screenlayout/battlestation-dualmon.sh &
dwmblocks &
remaps &
while true; do
- dwm >/dev/null
+# 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