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