From 0872319ea4fec52fad084e9227ef17c3639a3020 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 13 Sep 2017 13:42:13 +0200 Subject: xprofile: Move X settings after autorandr switch --- xprofile/.xprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xprofile') 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 & -- cgit 1.4.1