all repos — nixfiles @ 0500b2694cc5fb2c0e7ab6eaaa8476e046d5cebf

System and user configuration, managed by nix and home-manager

xprofile/.xprofile (view raw)

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 &