2020-05-08 20:27:40 +02:00
|
|
|
#!/bin/sh
|
2020-05-11 10:48:19 +02:00
|
|
|
|
|
|
|
sxhkd &
|
|
|
|
dunst &
|
|
|
|
picom &
|
2020-05-27 11:21:01 +02:00
|
|
|
mpd &
|
|
|
|
dunst &
|
|
|
|
|
2020-05-11 10:48:19 +02:00
|
|
|
setxkbmap -layout 'pl' -option caps:swapescape &
|
2020-05-18 17:37:59 +02:00
|
|
|
xset r rate 300 50 &
|
|
|
|
xsetroot -cursor_name left_ptr &
|
2020-05-27 11:21:01 +02:00
|
|
|
xmodmap -e "keycode 135 = Super_L" &
|
2020-05-18 22:55:58 +02:00
|
|
|
unclutter -idle 2 &
|
2020-05-27 11:21:01 +02:00
|
|
|
|
2020-05-11 10:48:19 +02:00
|
|
|
syncthing -no-browser &
|
|
|
|
telegram-desktop &
|
2020-05-27 11:21:01 +02:00
|
|
|
|
|
|
|
xrdb ~/.config/Xresources &
|
|
|
|
setwall &
|
|
|
|
dbar &
|
2020-05-26 20:10:14 +02:00
|
|
|
exec ~/.local/bin/scripts/startdwm
|