all repos — dotfiles @ 29ac7bbec9ecd6439cf50ef70f396d6d991286c1

Superseded by nixfiles

xprofile/.xprofile (view raw)

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