aboutsummaryrefslogtreecommitdiff
path: root/xinitrc
blob: 42cdc0ec29a8c48a4f954ae3d04e5bd3a67a8d4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/bin/sh

# Source global X session scripts.
if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

# Settings
synclient TouchpadOff=1
pactl set-default-source rnnoise_source

# Services
udiskie &
picom -b &
clipmenud &
xscreensaver --no-splash &
wal -Rq
launch-dunst &
bluetooth-autoconnect -d &

# Desktop
conky -c .config/conky/conkyrc &
slstatus &
while type ~/.local/bin/dwm >/dev/null ; do ~/.local/bin/dwm && continue || break ; done
#~/.local/src/LIVE/dwm/dwm