blob: 1b69fe3ef27ff226f908d4c708076a3b9a9d8f55 (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
xbanish &
lxsession &
dunst &
inputset &
while true; do xsetroot -name "$(stats)"; sleep 10; done &
while true; do weather get; sleep 600; done &
for f in /etc/X11/xinit/xinitrc.d/?*.sh; do
[ -x "$f" ] && . "$f"
done
unset f
# copyq &
redshift -l 48.5:9.1 &
touchegg &
eval `ssh-agent -s`
xset +fp /usr/share/fonts/local
xset s 1200
xset dpms 1200 1200 1200
xss-lock -- slock &
#picom &
wallset &
wmname LG3D
xrdb ~/.Xresources
alacritty &
sleep 0.5
xdotool search --onlyvisible --class Alacritty windowunmap %@
timer run &
#nextcloud --background &
#obsidian &
#setsid -f arbtt-capture
exec dbus-run-session dwm
#exec dbus-launch dwm
|