diff options
author | Alan Pearce | 2017-09-10 14:50:24 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-10 14:50:24 +0200 |
commit | fbb86f6a16f9e804af80e2723bd7e85b2a2f1cb2 (patch) | |
tree | 05c70b05fbc9790d8f01b3cf36c7bef685135b87 /xprofile/.xprofile | |
parent | f2a8d3bfc315fc2cdc62db92f53a807083f98a54 (diff) | |
download | dotfiles-fbb86f6a16f9e804af80e2723bd7e85b2a2f1cb2.tar.lz dotfiles-fbb86f6a16f9e804af80e2723bd7e85b2a2f1cb2.tar.zst dotfiles-fbb86f6a16f9e804af80e2723bd7e85b2a2f1cb2.zip |
xprofile: Set cursor after setting theme (from xresources)
Diffstat (limited to 'xprofile/.xprofile')
-rwxr-xr-x | xprofile/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xprofile/.xprofile b/xprofile/.xprofile index 6e20ba9..5bebd1a 100755 --- a/xprofile/.xprofile +++ b/xprofile/.xprofile @@ -1,8 +1,8 @@ #!/bin/sh -sh -c 'sleep 5 && xsetroot -cursor_name left_ptr' & xmodmap .xmodmaprc gpg-connect-agent /bye xrdb -I$HOME/.xresources .xresources/main +xsetroot -cursor_name left_ptr & nm-applet & if command -v autorandr then |