From b6aff99ade9a2d873405d64b76925fd22b24a580 Mon Sep 17 00:00:00 2001 From: Enderjukebox <35421465+Enderjukebox@users.noreply.github.com> Date: Sat, 27 Jan 2018 00:41:45 +0100 Subject: [PATCH] Shutdown, reboot and NM restart for runit And use $netrefresh for XF86WLAN --- .config/i3/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index d6fec2d..d723776 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -53,6 +53,11 @@ exec --no-startup-id nm-applet #set $reboot sudo openrc-shutdown -r #set $netrefresh --no-startup-id sudo rc-service NetworkManager restart +#RUNIT +#set $shutdown sudo shutdown -h now +#set $reboot sudo reboot +#set $netrefresh --no-startup-id sudo sv restart NetworkManager + #SYSTEMD set $shutdown sudo shutdown -h now set $reboot sudo reboot @@ -468,4 +473,4 @@ bindsym XF86KbdBrightnessUp exec --no-startup-id python3.6 ~/.i3/kb-lights.py + bindsym XF86Documents exec $term -e ranger ~/Documents ##bindsym XF86Battery exec ##bindsym XF86Bluetooth exec -bindsym XF86WLAN exec --no-startup-id sudo systemctl restart NetworkManager +bindsym XF86WLAN exec $netrefresh