diff options
author | Alan Pearce | 2017-08-27 17:29:19 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-27 17:29:19 +0200 |
commit | 88611afbb0fd4dd8de05ff0f4a66a2e963ecf56e (patch) | |
tree | ed550d26c6301ec24cfc9b04b748de4a512dbdcb /xprofile/.xprofile | |
parent | 8cdd13e28f964fdf645d05de872d71231911cc25 (diff) | |
download | dotfiles-88611afbb0fd4dd8de05ff0f4a66a2e963ecf56e.tar.lz dotfiles-88611afbb0fd4dd8de05ff0f4a66a2e963ecf56e.tar.zst dotfiles-88611afbb0fd4dd8de05ff0f4a66a2e963ecf56e.zip |
xprofile: Run NetworkManager's applet instead of connman's
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 2811220..ec47d62 100755 --- a/xprofile/.xprofile +++ b/xprofile/.xprofile @@ -3,5 +3,5 @@ sh -c 'sleep 5 && xsetroot -cursor_name left_ptr' & xmodmap .xmodmaprc gpg-connect-agent /bye xrdb -I$HOME/.xresources .xresources/main -cmst --minimized & +nm-applet & sxhkd & |