all repos — dotfiles @ 1196160bc1502e54fb3554259df8723d8bdb8c1c

Superseded by nixfiles

xprofile/.xprofile (view raw)

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