2020-05-08 20:27:40 +02:00
|
|
|
#!/bin/sh
|
2020-05-11 10:48:19 +02:00
|
|
|
|
2020-08-16 20:37:29 +02:00
|
|
|
eval `ssh-agent`
|
|
|
|
|
2020-05-11 10:48:19 +02:00
|
|
|
sxhkd &
|
|
|
|
dunst &
|
|
|
|
picom &
|
2020-05-27 11:21:01 +02:00
|
|
|
mpd &
|
|
|
|
|
2020-08-16 20:37:29 +02:00
|
|
|
syncthing --no-browser &
|
2020-05-11 10:48:19 +02:00
|
|
|
telegram-desktop &
|
2020-05-27 11:21:01 +02:00
|
|
|
|
2020-08-16 20:37:29 +02:00
|
|
|
xrdb ~/.config/Xresources
|
2020-05-27 11:21:01 +02:00
|
|
|
setwall &
|
2021-01-18 15:23:42 +01:00
|
|
|
dwmblocks &
|
2020-06-08 10:13:40 +02:00
|
|
|
|
|
|
|
setxkbmap -layout 'pl' -option caps:swapescape &
|
2020-08-16 20:37:29 +02:00
|
|
|
xset r rate 300 50
|
2020-06-08 10:13:40 +02:00
|
|
|
xsetroot -cursor_name left_ptr &
|
|
|
|
xmodmap -e "keycode 135 = Super_L" &
|
2021-01-18 15:23:42 +01:00
|
|
|
xinput --set-prop 'Logitech G500' 'libinput Accel Speed' 0.5 &
|
2020-06-08 10:13:40 +02:00
|
|
|
unclutter -idle 2 &
|
2020-07-01 10:44:10 +02:00
|
|
|
|
|
|
|
exec ~/.local/bin/scripts/startdwm
|