diff options
| -rw-r--r-- | .bashrc | 3 | ||||
| -rw-r--r-- | .i3/config | 5 | ||||
| -rw-r--r-- | .i3status.conf | 23 |
3 files changed, 5 insertions, 26 deletions
@@ -88,10 +88,7 @@ export CC=/usr/bin/gcc export CXX=/usr/bin/g++ # Go things -export GOROOT_BOOTSTRAP=/opt/go -export GOROOT=$HOME/src/go.googlesource.com/go export GOPATH=$HOME -export PATH=$GOROOT/bin:$PATH ## # Misc. @@ -155,6 +155,7 @@ bindsym Print exec scrot -u # Toggle keyboard layout US <-> CAT bindsym $mod+F1 exec ~/bin/toggle-keyboard-layout.sh +bindsym $mod+XF86AudioMute exec ~/bin/toggle-keyboard-layout.sh # Emacs. By default we go with daemon mode, but if something is wrong, it's # cool to have a safe way to start Emacs. @@ -236,6 +237,10 @@ exec --no-startup-id xset s off # Enforce mi layout on startup exec --no-startup-id setxkbmap mi +# Battery indicator +# NOTE: uncomment this if you are in a laptop +# exec --no-startup-id cbatticon -i symbolic -n + # Network manager # NOTE: uncomment this if you are in a laptop # exec --no-startup-id nm-applet diff --git a/.i3status.conf b/.i3status.conf index 84bbfda..92576a4 100644 --- a/.i3status.conf +++ b/.i3status.conf @@ -23,9 +23,6 @@ order += "ethernet br0" #order += "wireless wlan0" order += "load" order += "volume master" -# NOTE: use these two if you are using a laptop. -#order += "battery 0" -#order += "battery 1" order += "tztime local" # Yes, I'm weird :P Use whatever ethernet interface you have here. @@ -41,26 +38,6 @@ ethernet br0 { #format_down = "W: down" #} -# NOTE: use this if you are using a laptop. -#battery 0 { -#format = "%status %percentage" -#format_down = "No battery" -#status_chr = "⚇ CHR" -#status_bat = "⚡ BAT" -#status_full = "☻ FULL" -#low_threshold = 10 -#} - -# NOTE: use this if you are using a laptop. -#battery 1 { -#format = "%status %percentage" -#format_down = "No battery" -#status_chr = "⚇ CHR" -#status_bat = "⚡ BAT" -#status_full = "☻ FULL" -#low_threshold = 10 -#} - tztime local { format = "%Y-%m-%d %H:%M" } |
