all repos — nixfiles @ f3ae58584b0ad1c0e527fb2a5f56d25adfbccaf8

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

xprofile/.xprofile (view raw)

1
2
3
4
5
6
7
8
9
10
#!/bin/sh
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' &
sxhkd &