update for chromebook
[dotfiles.git] / .config / i3 / config
index 0224718..858e675 100644 (file)
@@ -9,16 +9,12 @@
 #
 # Please see http://i3wm.org/docs/userguide.html for a complete reference!
 
-set $mod Mod4
+set $mod Mod1
 
 exec xautolock -locker 'i3lock -c ccff00'
 exec convert -size 1600x900 plasma:fractal -modulate 20,100,10 png:- | display -window root
 exec netctltray
 
-bindsym XF86AudioLowerVolume exec amixer set Master 5-
-bindsym XF86AudioRaiseVolume exec amixer set Master 5+
-bindsym XF86AudioMute exec amixer set Master toggle
-
 # Font for window titles. Will also be used by the bar unless a different font
 # is used in the bar {} block below.
 # This font is widely installed, provides lots of unicode glyphs, right-to-left
@@ -33,13 +29,11 @@ font pango:DejaVu Sans Mono 8
 
 # Use Mouse+$mod to drag floating windows to their wanted position
 floating_modifier $mod
+hide_edge_borders none
 
 # start a terminal
 bindsym $mod+Return exec i3-sensible-terminal
 
-# start a browser
-bindsym $mod+b exec uzbl-browser
-
 # lock the screen
 bindsym $mod+l exec xautolock -locknow
 
@@ -60,10 +54,10 @@ bindsym $mod+n focus up
 bindsym $mod+s focus right
 
 # alternatively, you can use the cursor keys:
-bindsym $mod+Left focus left
-bindsym $mod+Down focus down
-bindsym $mod+Up focus up
-bindsym $mod+Right focus right
+bindsym $mod+Left exec xbacklight -dec 5
+bindsym $mod+Down exec amixer set Master 5-
+bindsym $mod+Up exec amixer set Master 5+
+bindsym $mod+Right exec xbacklight -inc 5
 
 # move focused window
 bindsym $mod+Shift+h move left
@@ -163,5 +157,8 @@ bindsym $mod+p mode "resize"
 # Start i3bar to display a workspace bar (plus the system information i3status
 # finds out, if available)
 bar {
-        status_command ~/.config/i3/bar
+        status_command i3status
+       mode hide
+       modifier $mod
+       font pango:DejaVu Sans Mono 14
 }