summaryrefslogtreecommitdiff
path: root/Xresources/.Xresources/base
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-10-19 16:31:36 +0100
committerUrbain Vaes <urbain@vaes.uk>2020-10-19 16:31:36 +0100
commitea797e789ed5566fe3ffb5395ea41eb74c2b73a1 (patch)
tree637987a7066641ea3d8c7d5aa3bade2ad5b3e615 /Xresources/.Xresources/base
parentcf274306ec254317e88d24b6147202aae862df80 (diff)
Remove colorschemes
Diffstat (limited to 'Xresources/.Xresources/base')
-rw-r--r--Xresources/.Xresources/base37
1 files changed, 0 insertions, 37 deletions
diff --git a/Xresources/.Xresources/base b/Xresources/.Xresources/base
deleted file mode 100644
index ea87784..0000000
--- a/Xresources/.Xresources/base
+++ /dev/null
@@ -1,37 +0,0 @@
-! URXVT !
-
-! General settings
-URxvt.loginShell : true
-URxvt.termName : rxvt-256color
-URxvt.urgentOnBell : true
-
-! 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,resize
-URxvt.url-select.launcher: /usr/bin/xdg-open
-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
-URxvt.resize-font.smaller: C-minus
-URxvt.resize-font.bigger: C-plus
-
-! Appearance
-/* URxvt*font: xft:DejaVu Sans Mono:size=12 */
-URxvt*font: xft:monaco:size=12
-URxvt*scrollBar: false
-URxvt*internalBorder: 0
-URxvt.fading: 35
-
-! $TERM environment variable
-URxvt*.termName: rxvt-unicode-256color