[[ -f ~/.bashrc ]] && . ~/.bashrc
-[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx || true
+#[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx || true
" Some general options
syntax enable
filetype indent plugin on
-color elflord
+color torte
set encoding=utf-8
set history=1000
set number
set tabstop=4
" List characters to mark trailing whitespace etc
-set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:•
+"set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:•
set nolist
" Move through long lines as they were short multiple lines
URxvt.visualBell: 1
URxvt.loginShell: 1
URxvt.scrollBar: 0
-URxvt.saveLines: 10000
+URxvt.saveLines: 1000
URxvt.internalBorder: 1
URxvt.externalBorder: 1
URxvt.mouseWheelScrollPage: 0
URxvt.pastableTabs: 1
URxvt.cursorBlink: 0
-URxvt.perl-ext-common: font-size
+URxvt.perl-ext-common: font-size,matcher
+URxvt.url-launcher: /usr/bin/xdg-open
+URxvt.matcher.button: 1
+URxvt.keysym.C-Right: perl:matcher:list
URxvt.keysym.C-Up: perl:font-size:increase
URxvt.keysym.C-Down: perl:font-size:decrease
URxvt.keysym.C-Left: perl:font-size:reset
set $fontsize 12
# lock the screen after 10 minutes
-exec xautolock -locker 'echo RELOADAGENT | gpg-connect-agent; i3lock'
+exec xautolock -locker '/home/mart/.local/bin/lock.sh'
# set a background
exec ~/.local/bin/bg
+# Start the notification daemon
exec dunst
# Printscreen current window
battery 0 {
format = "%status %percentage %remaining"
+ integer_battery_capacity = true
format_down = "No battery"
status_chr = "⚇ CHR"
status_bat = "⚡ BAT"