all repos — archive/dotfiles @ b63e78ef7513df0ef510ffd3f86aee8c462eca61

Superseded by nixfiles

xprofile/.xprofile (view raw)

#!/bin/sh
sh -c 'sleep 5 && xsetroot -cursor_name left_ptr' &
xmodmap .xmodmaprc
gpg-connect-agent /bye
xrdb -I$HOME/.xresources .xresources/main
nm-applet &
if command -v autorandr
then
  autorandr --change --force
fi
sxhkd &