#!/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
xsetroot -cursor_name left_ptr -solid '#666666' &
|