Merge remote-tracking branch 'refs/remotes/github/master' into phoenix
This commit is contained in:
commit
1fe74dd726
3 changed files with 7 additions and 3 deletions
|
@ -61,8 +61,8 @@ urxvt*urlLauncher: firefox
|
||||||
urxvt*matcher.button: 1
|
urxvt*matcher.button: 1
|
||||||
|
|
||||||
! Appearance
|
! Appearance
|
||||||
urxvt.font: xft:DejaVu Sans Mono:weight=medium:pixelsize=13
|
urxvt.font: xft:DejaVu Sans Mono:weight=medium:pixelsize=15
|
||||||
urxvt.boldFont: xft:DejaVu Sans Mono:weight=black:pixelsize=13
|
urxvt.boldFont: xft:DejaVu Sans Mono:weight=black:pixelsize=15
|
||||||
urxvt.transparent: true
|
urxvt.transparent: true
|
||||||
|
|
||||||
xterm*faceName: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
|
xterm*faceName: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
|
||||||
|
|
3
.config/cower/config
Normal file
3
.config/cower/config
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# -*- eval: (git-auto-commit-mode 1) -*-
|
||||||
|
Color = always
|
||||||
|
TargetDir = /home/slash/var/aur/
|
|
@ -2,7 +2,8 @@
|
||||||
cwd = make_file("/home/slash/downloads/");
|
cwd = make_file("/home/slash/downloads/");
|
||||||
url_remoting_fn = load_url_in_new_buffer;
|
url_remoting_fn = load_url_in_new_buffer;
|
||||||
read_buffer_show_icons = true;
|
read_buffer_show_icons = true;
|
||||||
hints_display_url_panel = true;
|
|
||||||
|
hints_minibuffer_annotation_mode(true);
|
||||||
|
|
||||||
add_hook("before_quit_hook",
|
add_hook("before_quit_hook",
|
||||||
function () {
|
function () {
|
||||||
|
|
Loading…
Reference in a new issue