diff options
author | Alan Pearce | 2017-09-13 13:42:13 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-13 13:42:13 +0200 |
commit | 0872319ea4fec52fad084e9227ef17c3639a3020 (patch) | |
tree | e071f44c0e7901526b4db71ea7d88fccc72837f5 /xprofile/.xprofile | |
parent | 9dee6fc90a41adfb2d2932088c6677871c08ff3d (diff) | |
download | dotfiles-0872319ea4fec52fad084e9227ef17c3639a3020.tar.lz dotfiles-0872319ea4fec52fad084e9227ef17c3639a3020.tar.zst dotfiles-0872319ea4fec52fad084e9227ef17c3639a3020.zip |
xprofile: Move X settings after autorandr switch
Diffstat (limited to 'xprofile/.xprofile')
-rwxr-xr-x | xprofile/.xprofile | 4 |
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 & |