.dotfiles/.xinitrc

25 lines
411 B
Plaintext
Raw Normal View History

2020-05-08 20:27:40 +02:00
#!/bin/sh
2020-05-11 10:48:19 +02:00
eval `ssh-agent`
2020-05-11 10:48:19 +02:00
sxhkd &
dunst &
picom &
mpd &
syncthing --no-browser &
2020-05-11 10:48:19 +02:00
telegram-desktop &
xrdb ~/.config/Xresources
setwall &
2021-01-18 15:23:42 +01:00
dwmblocks &
2020-06-08 10:13:40 +02:00
setxkbmap -layout 'pl' -option caps:swapescape &
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