This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(with-eval-after-load "persp-mode" | |
(with-eval-after-load "helm-mode" | |
(defvar helm-mini-tail-sources (cdr helm-mini-default-sources)) | |
(defvar helm-persp-completing-read-handlers | |
'((switch-to-buffer . helm-persp-buffer-list-bridge) | |
(kill-buffer . helm-persp-buffer-list-bridge) | |
(persp-kill-buffer . helm-persp-buffer-list-bridge) | |
(persp-temporarily-display-buffer . helm-persp-buffer-list-bridge) | |
(persp-add-buffer . helm-persp-buffer-list-bridge) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script intended to be executed from ncmpcpp (execute_on_song_change | |
# preference) running from urxvt to set album cover as background image | |
# Copyright (c) 2013 Vyacheslav Levit | |
# Licensed under The MIT License: http://opensource.org/licenses/MIT | |
MUSIC_DIR=$HOME/Music | |
DARKEN=50 # 0 - original image colors, 100 - absolutely black background |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Cursor theme | |
xcursor.theme: Vanilla-DMZ | |
! URxvt config | |
URxvt*termName: rxvt-16color | |
URxvt.scrollBar: off | |
URxvt.font: xft:monaco:size=10:antialias=true | |
URxvt.internalBorder: 0 | |
URxvt*selectToClipboard: true |