commit b0ed679ff68fa22f24da61d9d5460142e43234a6
parent 22f4e21da95abfedc0feaee660c6af41b09109a3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 2 Jan 2014 20:38:31 +0100
Lots of changes
Diffstat:
6 files changed, 28 insertions(+), 33 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults
@@ -68,31 +68,31 @@ Xcursor.size: 22
! To only apply colors to your terminal, for example, prefix
! the color assignment statement with its name. Example:
! URxvt*background: S_base03
-*background: S_base03
-*foreground: S_base0
+URxvt*background: S_base03
+URxvt*foreground: S_base0
!*fading: 40
-*fadeColor: S_base03
+URxvt*fadeColor: S_base03
!*cursorColor: S_base1
-*cursorColor: $DCDCCC
-*pointerColorBackground: S_base01
-*pointerColorForeground: S_base1
+URxvt*cursorColor: $DCDCCC
+URxvt*pointerColorBackground: S_base01
+URxvt*pointerColorForeground: S_base1
-*color0: S_base02
-*color1: S_red
-*color2: S_green
-*color3: S_yellow
-*color4: S_blue
-*color5: S_magenta
-*color6: S_cyan
-*color7: S_base2
-*color8: S_base03
-*color9: S_orange
-*color10: S_base01
-*color11: S_base00
-*color12: S_base0
-*color13: S_violet
-*color14: S_base1
-*color15: S_base3
+URxvt*color0: S_base02
+URxvt*color1: S_red
+URxvt*color2: S_green
+URxvt*color3: S_yellow
+URxvt*color4: S_blue
+URxvt*color5: S_magenta
+URxvt*color6: S_cyan
+URxvt*color7: S_base2
+URxvt*color8: S_base03
+URxvt*color9: S_orange
+URxvt*color10: S_base01
+URxvt*color11: S_base00
+URxvt*color12: S_base0
+URxvt*color13: S_violet
+URxvt*color14: S_base1
+URxvt*color15: S_base3
! xterm ----------------------------------------------------------------------
diff --git a/.i3/config b/.i3/config
@@ -46,7 +46,7 @@ bindsym $mod+b exec firefox
bindsym $mod+t exec tor-browser.sh
# screen lock
-bindsym $mod+z exec i3lock -c 111111 -d
+bindsym $mod+z exec /home/adc/bin/zzz-i3
# kill focused window
bindsym $mod+Shift+q kill
diff --git a/.i3/status b/.i3/status
@@ -15,11 +15,6 @@ order += "load"
order += "cpu_usage"
order += "time"
-wireless wlan1 {
- format_up = "W: (%quality at %essid) %ip"
- format_down = "W: down"
-}
-
wireless wlan0 {
format_up = "W: (%quality at %essid) %ip"
format_down = "W: down"
diff --git a/.mutt/muttrc b/.mutt/muttrc
@@ -91,16 +91,17 @@ set to_chars=" +TCF " # Drop the "L".
set net_inc=5
# When viewing a message, show the pager in # lines above
-set pager_index_lines=10
+set pager_index_lines=5
# Mail check interval
set timeout = 15
-set mail_check = 3 # how often (in seconds) mutt should look for new mail (default = 5 sec)
+set mail_check = 5 # how often (in seconds) mutt should look for new mail (default = 5 sec)
set alias_file=~/.mutt/aliases # Save aliases here
source ~/.mutt/aliases # Load in my aliases.
source ~/.sec/gpg.rc # Use GPG
source ~/.mutt/colors # Define colours.
+#source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc
auto_view text/html
# HTML is the last option.
diff --git a/.vimrc b/.vimrc
@@ -77,7 +77,7 @@ set expandtab " convert tab char to spaces
set ignorecase " case-insensitive search
set incsearch " search as you type
set laststatus=2 " always show the statusline
-set list " enable rendering of invisible characters
+"set list " enable rendering of invisible characters
set listchars=tab:▸\ ,eol:¬ " Use symbols for tab and end-of-line
set number " set linenumbering ON as default
set pastetoggle=<F2> " toggle paste mode
@@ -158,7 +158,6 @@ map <C-l> <C-w>l
" Use home row keys as Esc
inoremap jk <Esc>
-inoremap kj <Esc>
" Disable arrow keys
map <Left> <Nop>
diff --git a/.xinitrc b/.xinitrc
@@ -38,7 +38,7 @@ dunst &
#blueman-applet &
#gnome-settings-daemon & # handles themes, starts gnome-screensaver. You may have to use gconf to disable it setting the background.
-nm-applet & # assuming you're using Network Manager
+#nm-applet & # assuming you're using Network Manager
#pidgin & # if you're using pidgin. You can really put any programs here.
#gnome-power-manager & # for laptops and stuff
#gnome-volume-manager & # for mounting CDs, USB sticks, and such