22 lines
335 B
Bash
22 lines
335 B
Bash
#!/bin/sh
|
|
|
|
sxhkd &
|
|
dunst &
|
|
picom &
|
|
mpd &
|
|
dunst &
|
|
|
|
setxkbmap -layout 'pl' -option caps:swapescape &
|
|
xset r rate 300 50 &
|
|
xsetroot -cursor_name left_ptr &
|
|
xmodmap -e "keycode 135 = Super_L" &
|
|
unclutter -idle 2 &
|
|
|
|
syncthing -no-browser &
|
|
telegram-desktop &
|
|
|
|
xrdb ~/.config/Xresources &
|
|
setwall &
|
|
dbar &
|
|
exec ~/.local/bin/scripts/startdwm
|