diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-10 14:29:06 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-10 14:29:06 +0000 |
commit | 3446f5387389b0e1671481c8a8fb9ea0eed519f6 (patch) | |
tree | 543bde435847c700507c3b229460b446f4a09028 /.Xresources/base | |
parent | c9f80e43f431d89bbccd1ecc68c7b48fb8c01dd4 (diff) |
Remove . from dotfiles for convenience
Diffstat (limited to '.Xresources/base')
-rw-r--r-- | .Xresources/base | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/.Xresources/base b/.Xresources/base deleted file mode 100644 index fac93e4..0000000 --- a/.Xresources/base +++ /dev/null @@ -1,29 +0,0 @@ -! URXVT ! - -! General settings -URxvt.loginShell : true -URxvt.termName : rxvt-256color - -! Custom META key -URxvt*modifier: alt - -! Copy-paste configuration -URxvt.clipboard.copycmd: xclip -i -selection clipboard -URxvt.clipboard.pastecmd: xclip -o -selection clipboard - -! Perl extensions configuration -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select -URxvt.url-select.launcher: /usr/bin/qutebrowser -URxvt.url-select.underline: true - -! Key bindings for extensions -URxvt.keysym.M-Escape: perl:keyboard-select:activate -URxvt.keysym.M-s: perl:keyboard-select:search -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.keysym.M-y: perl:clipboard:copy -URxvt.keysym.M-p: perl:clipboard:paste - -! Appearance -URxvt*font: xft:DejaVu Sans Mono:size=12 -URxvt*scrollBar: false -URxvt*internalBorder: 0 |