.dotfiles/.xinitrc

19 lines
279 B
Plaintext
Raw Normal View History

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 &
2020-05-18 17:37:59 +02:00
xset r rate 300 50 &
xsetroot -cursor_name left_ptr &
unclutter -idle 2 &
2020-05-11 10:48:19 +02:00
dbar &
2020-05-18 17:37:59 +02:00
udiskie &
2020-05-11 10:48:19 +02:00
mpd &
dunst &
syncthing -no-browser &
telegram-desktop &
2020-05-08 20:27:40 +02:00
exec dwm