.dotfiles/.xinitrc
samedamci a7bb3eba60
Mouse cursor sucks!
Add auto hiding of cursor after 2 seconds.
2020-05-18 22:55:58 +02:00

19 lines
279 B
Bash

#!/bin/sh
xrdb ~/.config/Xresources &
setwall &
sxhkd &
dunst &
picom &
setxkbmap -layout 'pl' -option caps:swapescape &
xset r rate 300 50 &
xsetroot -cursor_name left_ptr &
unclutter -idle 2 &
dbar &
udiskie &
mpd &
dunst &
syncthing -no-browser &
telegram-desktop &
exec dwm