dotfiles/home/xinitrc

18 lines
336 B
Plaintext
Raw Normal View History

2022-06-26 15:40:04 +02:00
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
2022-01-17 19:30:15 -03:00
xrandr --dpi 96
2020-09-09 12:44:50 -03:00
xset s off -dpms
2021-08-13 14:55:27 -03:00
customkeys
2021-08-10 16:34:22 -03:00
xdg-mime default mupdf.desktop application/pdf
xdg-mime default feh.desktop image/png
xdg-mime default feh.desktop image/jpg
2020-09-09 12:44:50 -03:00
2021-08-10 16:34:22 -03:00
feh --bg-fill ~/.wallpaper.png
2021-01-13 19:51:58 -03:00
unclutter &
2020-09-24 10:10:58 -03:00
picom &
2020-09-30 11:13:32 -03:00
dunst &
2020-09-09 13:24:35 -03:00
lxpolkit &
2020-09-30 12:45:03 -03:00
dwm_bar &
2020-09-08 21:20:11 -03:00
exec dwm