summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 935c5bc88a224f2dadf44c630e234368ea83de50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$HOME/.dropbox-dist/dropboxd &
$XDG_CONFIG_HOME/startup/$(hostname) &
gentoo-pipewire-launcher &
makewall &
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 &
$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
done
# vim:filetype=sh