summary refs log tree commit diff stats
path: root/xprofile/.xprofile
blob: 78e02b7c012c3df2c5b161e9294e6463f0999d1f (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
xmodmap .xmodmaprc
nm-applet &
if command -v autorandr
then
  autorandr --change --force
fi
xrdb -I$HOME/.xresources .xresources/main
xsetroot -cursor_name left_ptr -solid '#666666' &
sxhkd &