all repos — nixfiles @ fbb86f6a16f9e804af80e2723bd7e85b2a2f1cb2

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
#!/bin/sh
xmodmap .xmodmaprc
gpg-connect-agent /bye
xrdb -I$HOME/.xresources .xresources/main
xsetroot -cursor_name left_ptr &
nm-applet &
if command -v autorandr
then
  autorandr --change --force
fi
sxhkd &