diff --git a/.Xdefaults b/.Xdefaults index 693a10f..bf75454 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -61,8 +61,9 @@ urxvt*urlLauncher: firefox urxvt*matcher.button: 1 ! Appearance -urxvt.font: xft:DejaVu Sans Mono:weight=medium:pixelsize=15 -urxvt.boldFont: xft:DejaVu Sans Mono:weight=black:pixelsize=15 +urxvt.font: xft:DejaVu Sans Mono:weight=medium:pixelsize=16 +urxvt.boldFont: xft:DejaVu Sans Mono:weight=black:pixelsize=16 +urxvt.italicFont: xft:DejaVu Sans Mono:slant=italic:pixelsize=16 urxvt.transparent: true xterm*faceName: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-* diff --git a/.beetsconfig b/.beetsconfig index fbce744..a1e3e24 100644 --- a/.beetsconfig +++ b/.beetsconfig @@ -1,8 +1,14 @@ +# -*- mode: conf-colon; eval: (git-auto-commit-mode 1); -*- [beets] library: ~/.local/share/beets/library.blb directory: /mnt/music/mp3/ +plugins: mpdupdate embedart [paths] default: $albumartist/$year - $album/$track - $title singleton: Non-Album/$artist - $title comp: Compilations/$year - $album/$track - $artist - $title + +[mpdupdate] +host: localhost +port: 6600 diff --git a/.config/newsbeuter/config b/.config/newsbeuter/config index a5ab4c7..4ce2abf 100644 --- a/.config/newsbeuter/config +++ b/.config/newsbeuter/config @@ -18,8 +18,8 @@ html-renderer "w3m -dump -T text/HTML -cols 80" text-width 80 # colors -color listfocus black green bold -color info white red +#color listfocus black green bold +#color info white red # highlight highlight article "^(Feed|Title|Author|Link|Date):.*" green default bold diff --git a/.config/newsbeuter/urls b/.config/newsbeuter/urls index 19da173..756277a 100644 --- a/.config/newsbeuter/urls +++ b/.config/newsbeuter/urls @@ -93,6 +93,7 @@ http://gitlog.wordpress.com/feed/ software http://rollingrelease.com/?feed=rss software http://sourceforge.net/export/rss2_keepsake.php?group_id=134378 software http://valajournal.blogspot.com/feeds/posts/default software +http://www.gimp.org/news.rdf #-----[ Games ]------------------------------------------------------- http://feeds.feedburner.com/qj/qjnet game diff --git a/.xbindkeysrc.scm b/.xbindkeysrc.scm index 2ff2971..5d6e258 100644 --- a/.xbindkeysrc.scm +++ b/.xbindkeysrc.scm @@ -150,6 +150,9 @@ the command." (define (main-binding) "First binding" (xbindkey `(,modkey shift "1") (string-append "dmenu_run -p 'Run:' " dmenu-args)) + (xbindkey `(,modkey "0") "herbstclient remove") + (xbindkey `(,modkey "2") "herbstclient split vertical 0.5") + (xbindkey `(,modkey "3") "herbstclient split horizontal 0.5") (xbindkey-function `(,modkey x) X-function-map) (xbindkey-function `(,modkey w) W-function-map) (xbindkey-function `(,modkey s) S-function-map)