summary refs log tree commit diff stats
path: root/xprofile/.xprofile
blob: 133c0c8c96678f03b2a1cc490a1e78c11f608993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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
nitrokey-app &
sxhkd &