summary refs log tree commit diff stats
path: root/xprofile
diff options
context:
space:
mode:
authorAlan Pearce2017-09-13 13:42:13 +0200
committerAlan Pearce2017-09-13 13:42:13 +0200
commit0872319ea4fec52fad084e9227ef17c3639a3020 (patch)
treee071f44c0e7901526b4db71ea7d88fccc72837f5 /xprofile
parent9dee6fc90a41adfb2d2932088c6677871c08ff3d (diff)
downloaddotfiles-0872319ea4fec52fad084e9227ef17c3639a3020.tar.lz
dotfiles-0872319ea4fec52fad084e9227ef17c3639a3020.tar.zst
dotfiles-0872319ea4fec52fad084e9227ef17c3639a3020.zip
xprofile: Move X settings after autorandr switch
Diffstat (limited to 'xprofile')
-rwxr-xr-xxprofile/.xprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xprofile/.xprofile b/xprofile/.xprofile
index 7ea5755..cd64660 100755
--- a/xprofile/.xprofile
+++ b/xprofile/.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 &