xprofile: Move X settings after autorandr switch
Alan Pearce alan@alanpearce.eu
Wed, 13 Sep 2017 13:42:13 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
jump to
M xprofile/.xprofile → 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 &