2020-05-08 20:27:40 +02:00
|
|
|
#!/bin/sh
|
2020-05-11 10:48:19 +02:00
|
|
|
|
|
|
|
xrdb ~/.config/Xresources &
|
|
|
|
setwall &
|
|
|
|
sxhkd &
|
|
|
|
dunst &
|
|
|
|
picom &
|
|
|
|
setxkbmap -layout 'pl' -option caps:swapescape &
|
|
|
|
xsetroot -cursor_name left_ptr &
|
|
|
|
dbar &
|
|
|
|
udiskie &
|
|
|
|
mpd &
|
|
|
|
dunst &
|
|
|
|
syncthing -no-browser &
|
|
|
|
telegram-desktop &
|
2020-05-08 20:27:40 +02:00
|
|
|
exec dwm
|