updated for multimonitor setup with bar and screen
[dotfiles.git] / .i3 / config
index a2da7a9..57a5ed0 100644 (file)
 exec setxkbmap dvorak
 exec xrdb ~/.Xresources
 exec skype
-exec feh --bg-scale ~/.i3/bg.png
-exec xcompmgr
+exec ~/.i3/bg
+exec numlockx on
+exec urxvtd -q -o -f
+exec ~/.i3/screen.sh
+
 
 set $mod Mod4
 
@@ -25,7 +28,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 floating_modifier $mod
 
 # start a terminal
-bindsym $mod+Return exec urxvt
+bindsym $mod+Return exec urxvtc
 
 # kill focused window
 bindsym $mod+Shift+quotedbl kill
@@ -128,4 +131,5 @@ bar {
        status_command /home/marlub/.i3/bar
        position bottom
        Font -gnu-unifont-*-*-*-16-160-*-*-*-*-*-*
+       tray_output primary
 }