]> git.donarmstrong.com Git - x_base.git/commitdiff
fix rfkill button
authorDon Armstrong <don@donarmstrong.com>
Wed, 1 Jun 2016 17:03:39 +0000 (10:03 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 1 Jun 2016 17:03:39 +0000 (10:03 -0700)
.config/i3/config_base

index d3bcecefb721bcb4508ac4d6c98f704cefddea0c..aa0b3d627ce8c8818ab7aecf2160bcb0ec5c1a69 100644 (file)
@@ -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