diff options
author | Adrian Kummerlaender | 2015-05-15 19:12:49 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2015-05-15 19:12:49 +0200 |
commit | 1015fac6c8beb41fc8b4ee8735390c7093e74625 (patch) | |
tree | 21dbced2e7b5d9c778dd1e5ecea68e68e1dddb73 | |
parent | d0f328490a39061a12ca8122b950da829cbe0b7b (diff) | |
download | dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.gz dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.bz2 dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.lz dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.xz dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.tar.zst dotfiles-1015fac6c8beb41fc8b4ee8735390c7093e74625.zip |
Collection of small updates
* increased shading of background terminal instances
* set zathura color inversion as default
-rw-r--r-- | fish/.config/fish/config.fish | 2 | ||||
-rw-r--r-- | i3wm/.i3/layout/half_diquarter.json | 6 | ||||
-rw-r--r-- | pwmt/.config/zathura/zathurarc | 2 | ||||
-rw-r--r-- | vim/.vimrc | 2 | ||||
-rw-r--r-- | 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 @@ -94,3 +94,5 @@ nnoremap <F5> :GundoToggle<CR> nnoremap <F6> :GitGutterToggle<CR> nnoremap <F7> :set cursorline!<CR> nnoremap <F12> :Goyo<CR> + +map <leader>t :VimwikiToggleListItem<CR> 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 |