install script
authorMart Lubbers <mart.lubbers@mpi.nl>
Thu, 17 Jul 2014 07:31:00 +0000 (09:31 +0200)
committerMart Lubbers <mart.lubbers@mpi.nl>
Thu, 17 Jul 2014 07:31:00 +0000 (09:31 +0200)
.i3/config
.mutt/passwords.gpg [deleted file]
install.sh [new file with mode: 0644]

index ef4d088..63d4487 100644 (file)
@@ -20,12 +20,6 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 # 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
 
@@ -35,12 +29,6 @@ bindsym $mod+Shift+quotedbl kill
 # 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
@@ -77,7 +65,7 @@ bindsym $mod+space focus mode_toggle
 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
@@ -133,7 +121,7 @@ bindsym $mod+p mode "resize"
 # 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-*-*-*-*-*-*
 }
diff --git a/.mutt/passwords.gpg b/.mutt/passwords.gpg
deleted file mode 100644 (file)
index 8f22c58..0000000
+++ /dev/null
@@ -1 +0,0 @@
-\8c\r\ 4\ 3\ 3\ 2\97©ÛÚý£à¸ÓÉ9½kßl^ööÇiwÜ\9dû]\94\e\9e<Íó\ eÕ»\9b\8eÑ4AUÏ\98\94aïG\rYwc¶/#ë\ 6ÒºFî¡k_²¿\92¹b¨
\ No newline at end of file
diff --git a/install.sh b/install.sh
new file mode 100644 (file)
index 0000000..691cfaa
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cp -v .Xresources .vimrc .bashrc .gitconfig ~/
+mkdir -p ~/.i3 ~/.mutt
+cp -v .i3/* ~/.i3/
+cp -v .mutt/* ~/.mutt/