2022-06-26 09:40:04 -04:00
|
|
|
[ -f /etc/xprofile ] && . /etc/xprofile
|
|
|
|
[ -f ~/.xprofile ] && . ~/.xprofile
|
|
|
|
|
2022-01-17 17:30:15 -05:00
|
|
|
xrandr --dpi 96
|
2020-09-09 11:44:50 -04:00
|
|
|
xset s off -dpms
|
2021-08-13 13:55:27 -04:00
|
|
|
customkeys
|
2021-08-10 15:34:22 -04: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 11:44:50 -04:00
|
|
|
|
2021-08-10 15:34:22 -04:00
|
|
|
feh --bg-fill ~/.wallpaper.png
|
2021-01-13 17:51:58 -05:00
|
|
|
unclutter &
|
2020-09-24 09:10:58 -04:00
|
|
|
picom &
|
2020-09-30 10:13:32 -04:00
|
|
|
dunst &
|
2020-09-09 12:24:35 -04:00
|
|
|
lxpolkit &
|
2020-09-30 11:45:03 -04:00
|
|
|
dwm_bar &
|
2020-09-08 20:20:11 -04:00
|
|
|
exec dwm
|