.dotfiles/.xinitrc

22 lines
335 B
Plaintext
Raw Normal View History

2020-05-08 20:27:40 +02:00
#!/bin/sh
2020-05-11 10:48:19 +02:00
sxhkd &
dunst &
picom &
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 &
xmodmap -e "keycode 135 = Super_L" &
unclutter -idle 2 &
2020-05-11 10:48:19 +02:00
syncthing -no-browser &
telegram-desktop &
xrdb ~/.config/Xresources &
setwall &
dbar &
exec ~/.local/bin/scripts/startdwm