all repos — archive/dotfiles @ 2ccb787b935ed50590cb6889f8daf0b1a87d07b2

Superseded by nixfiles

xprofile/.xprofile (view raw)

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