all repos — dotfiles @ ed67fa8bb1b4b253cd55801d906ac67ff6ec990f

Superseded by nixfiles

xprofile/.xprofile (view raw)

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
xmodmap .xmodmaprc
nm-applet &
if command -v autorandr
then
  autorandr --change --force
fi
xrdb -I$HOME/.xresources .xresources/main
dunst &
xsetroot -cursor_name left_ptr -solid '#666666' &
sxhkd &