summary refs log tree commit diff stats
path: root/xprofile/.xprofile
blob: 3052e8d3ddc904bd825e3ec4af1765ae05c41ad5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Needed for pass/rofi-pass autotype
setxkbmap us -variant colemak
xmodmap .xmodmaprc
nm-applet &
if command -v autorandr
then
  autorandr --change --force
fi
xrdb -I$HOME/.xresources .xresources/main
dunst &
xsetroot -cursor_name left_ptr -solid '#666666' &
sxhkd &