From: Don Armstrong Date: Mon, 12 Sep 2016 16:42:08 +0000 (-0700) Subject: make the default font larger and use toggle_rfkill X-Git-Url: https://git.donarmstrong.com/?p=x_base.git;a=commitdiff_plain;h=c774b8cba7e97aa034f675ec4eb1e4928bed1e72 make the default font larger and use toggle_rfkill --- diff --git a/.config/i3/config_base b/.config/i3/config_base index 203cbd0..f2197ff 100644 --- a/.config/i3/config_base +++ b/.config/i3/config_base @@ -11,7 +11,7 @@ set $mod Mod4 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). -font pango:DejaVu Sans Mono 8 +font pango:DejaVu Sans Mono 9 # Before i3 v4.8, we used to recommend this one as the default: # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 @@ -190,7 +190,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 5 bindsym XF86MonBrightnessDown exec xbacklight -dec 5 # seach/tools/wlan/display -bindsym XF86WLAN exec --no-startup-id "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 --no-startup-id toggle_rfkill #bindsym XF86Display exec presentation_mode # Start i3bar to display a workspace bar (plus the system information i3status