# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
-#bindsym Print exec scrot
-
-# volume controls
-bindsym XF86AudioRaiseVolume exec amixer set Master 5+ >> /dev/null
-bindsym XF86AudioLowerVolume exec amixer set Master 5- >> /dev/null
-
# start a terminal
bindsym $mod+Return exec urxvt
# start dmenu (a program launcher)
bindsym $mod+e exec dmenu_run
-# place and update the calendar background
-bindsym $mod+Shift+E exec convert -background black -fill white -size 1600x900 -font /usr/share/fonts/truetype/unifont/unifont.ttf label:"$(gcalcli --nc calw)" png:- | display -window root
-
-# lock the machine
-bindsym $mod+l exec xautolock -locknow
-
# change focus
bindsym $mod+h focus left
bindsym $mod+t focus down
bindsym $mod+a focus parent
# focus the child container
-#bindcode $mod+d focus child
+bindsym $mod+d focus child
# switch to workspace
bindsym $mod+1 workspace 1
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
- status_command /home/marlub/.i3/bar
- position bottom
- Font -gnu-unifont-*-*-*-16-160-*-*-*-*-*-*
+ status_command /home/marlub/.i3/bar
+ position bottom
+ Font -gnu-unifont-*-*-*-16-160-*-*-*-*-*-*
}