update locking mechanism
authorMart Lubbers <mart@martlubbers.net>
Thu, 26 May 2016 09:15:13 +0000 (11:15 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 26 May 2016 09:15:13 +0000 (11:15 +0200)
shell/.bash_profile
vim/.vimrc
x/.Xresources
x/.config/i3/config
x/.config/i3status/config

index c7ab42d..c165d61 100644 (file)
@@ -1,2 +1,2 @@
 [[ -f ~/.bashrc ]] && . ~/.bashrc
-[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx || true
+#[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx || true
index 7811221..804f1ba 100644 (file)
@@ -9,7 +9,7 @@ autocmd! bufwritepost .Xresources !xrdb -merge %
 " Some general options
 syntax enable
 filetype indent plugin on
-color elflord
+color torte
 set encoding=utf-8
 set history=1000
 set number
@@ -28,7 +28,7 @@ set shiftwidth=4
 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
index 52017db..a34029f 100644 (file)
@@ -34,13 +34,16 @@ URxvt.urgentOnBell: 1
 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
index 479c40c..9297591 100644 (file)
@@ -14,9 +14,10 @@ set $font DejaVu Sans Mono
 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
index 38c201c..c3ded1b 100644 (file)
@@ -13,6 +13,7 @@ order += "tztime local"
 
 battery 0 {
         format = "%status %percentage %remaining"
+               integer_battery_capacity = true
         format_down = "No battery"
         status_chr = "⚇ CHR"
         status_bat = "⚡ BAT"