diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-08 06:33:58 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-08 06:33:58 -0500 |
commit | 2daec1dbf625fe706cf45687d6852349ecfe5ad0 (patch) | |
tree | 1d39251eec519aa1c662863bd9e778dab93af2c6 | |
parent | 71b9e7fb60b4070f90b7b98081d069be65a1ef6f (diff) |
Make xinitrc more modular
-rw-r--r-- | .xinitrc | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -1,21 +1,18 @@ -$HOME/.dropbox-dist/dropboxd & $XDG_CONFIG_HOME/startup/$(hostname) & -gentoo-pipewire-launcher & makewall & sxhkd & dunst & unclutter & picom -b & -echo us > $HOME/.cache/layout +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 -# Start dwm (loop restarts it if it crashes) -# dwm >/dev/null -# Trying to launch dwm with dbus-launch - dbus-launch --exit-with-session dwm + # 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 |