summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/i3/config7
1 files changed, 6 insertions, 1 deletions
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