all repos — archive/dotfiles @ 0872319ea4fec52fad084e9227ef17c3639a3020

Superseded by nixfiles

xprofile: Move X settings after autorandr switch
Alan Pearce alan@alanpearce.eu
Wed, 13 Sep 2017 13:42:13 +0200
commit

0872319ea4fec52fad084e9227ef17c3639a3020

parent

9dee6fc90a41adfb2d2932088c6677871c08ff3d

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M xprofile/.xprofilexprofile/.xprofile
@@ -1,12 +1,12 @@ #!/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
+xrdb -I$HOME/.xresources .xresources/main
+xsetroot -cursor_name left_ptr -solid '#666666' &
 nitrokey-app &
 sxhkd &