From 1015fac6c8beb41fc8b4ee8735390c7093e74625 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 15 May 2015 19:12:49 +0200 Subject: Collection of small updates * increased shading of background terminal instances * set zathura color inversion as default --- fish/.config/fish/config.fish | 2 +- i3wm/.i3/layout/half_diquarter.json | 6 ++++++ pwmt/.config/zathura/zathurarc | 2 ++ vim/.vimrc | 2 ++ xorg/.Xresources | 3 +-- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index fef23fd..56adeac 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -5,8 +5,8 @@ set PATH $PATH /usr/local/texlive/2014/bin/x86_64-linux set fish_greeting "" -alias ccat='pygmentize -f console256 -g' alias csi='csi -q' +alias i='sxiv' if status --is-login if test -z "$DISPLAY" -a $XDG_VTNR = 1 diff --git a/i3wm/.i3/layout/half_diquarter.json b/i3wm/.i3/layout/half_diquarter.json index 9d2ee23..c6de43b 100644 --- a/i3wm/.i3/layout/half_diquarter.json +++ b/i3wm/.i3/layout/half_diquarter.json @@ -2,6 +2,8 @@ "layout": "splith", "nodes": [ { + "border": "pixel", + "current_border_width": 4, "percent": 0.5, "swallows": [ { @@ -14,6 +16,8 @@ "percent": 0.5, "nodes": [ { + "border": "pixel", + "current_border_width": 4, "percent": 0.5, "swallows": [ { @@ -22,6 +26,8 @@ ] }, { + "border": "pixel", + "current_border_width": 4, "percent": 0.5, "swallows": [ { diff --git a/pwmt/.config/zathura/zathurarc b/pwmt/.config/zathura/zathurarc index 1983642..099a35e 100644 --- a/pwmt/.config/zathura/zathurarc +++ b/pwmt/.config/zathura/zathurarc @@ -11,3 +11,5 @@ set completion-fg "#909737" set completion-highlight-bg "#909737" set completion-highlight-fg "#161616" + +set recolor diff --git a/vim/.vimrc b/vim/.vimrc index 2c488df..8e980eb 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -94,3 +94,5 @@ nnoremap :GundoToggle nnoremap :GitGutterToggle nnoremap :set cursorline! nnoremap :Goyo + +map t :VimwikiToggleListItem diff --git a/xorg/.Xresources b/xorg/.Xresources index a9792c4..f896e3f 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -1,10 +1,9 @@ URxvt.saveLines: 10000 URxvt.scrollBar: false URxvt.font: xft:Droid Sans Mono:size=8 -URxvt.depth: 32 URxvt.transparent: false URxvt.inheritPixmap: false -URxvt.fading: 10 +URxvt.fading: 20 URxvt.perl-ext-common: default,matcher,clipboard URxvt.matcher.button: 1 -- cgit v1.2.3