From 4f0a973cba76845deecdfc80eb5d7af781f2d80b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 13 Jul 2018 09:06:25 +0200 Subject: [PATCH] xsession: disable radios through NM too NetworkManager will sync its state with rfkill now... --- xsession | 1 + 1 file changed, 1 insertion(+) diff --git a/xsession b/xsession index 7e3d1ae..78b759f 100644 --- a/xsession +++ b/xsession @@ -46,6 +46,7 @@ esac . ~/.config/awesome/bin/xsettingsd-setup ~/.config/awesome/bin/xss-lock start & inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null +nmcli radio all off rfkill block all 2> /dev/null redshift -l 6.666:46.533 -t 6500:3900 2> /dev/null & systemd-run -q --scope --user tmux start-server