blob: caa4a301bb9df07be35064ba44e7f9bba1e8a165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/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
|