From cb5c2e300dfdb1d8cfe5e12263bd2be06434340e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 1 Jun 2016 10:03:39 -0700 Subject: [PATCH] fix rfkill button --- .config/i3/config_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config_base b/.config/i3/config_base index d3bcece..aa0b3d6 100644 --- a/.config/i3/config_base +++ b/.config/i3/config_base @@ -179,7 +179,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 5 # increase screen brightness bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # decrease screen brightness # seach/tools/wlan/display -bindsym XF86WLAN exec sh -c "if (/usr/sbin/rfkill list|grep -q 'blocked yes' ); then /usr/sbin/rfkill unblock all; else /usr/sbin/rfkill block all; fi;" +bindsym XF86WLAN exec sh -c "if /usr/sbin/rfkill list|grep -q 'blocked yes' ; then /usr/sbin/rfkill unblock all ; else /usr/sbin/rfkill block all ; fi;" #bindsym XF86Display exec presentation_mode # Start i3bar to display a workspace bar (plus the system information i3status -- 2.39.2