From b5298907cc5a6e1f1553ae180e41247943986750 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 11 May 2016 11:57:59 -0700 Subject: [PATCH] fix rfkill work --- .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 1dc205f..d3bcece 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