From d49e4b0a25c7cc75ade210c7092eea8feb75e692 Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 13 Jul 2025 01:45:05 +0200 Subject: restructure --- Xresources | 66 -------------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 Xresources (limited to 'Xresources') diff --git a/Xresources b/Xresources deleted file mode 100644 index 26fc791..0000000 --- a/Xresources +++ /dev/null @@ -1,66 +0,0 @@ -Xft.dpi:88 - -*.background: #000000 -*.foreground: #ffffff -URxvt.font: xft:Px437 DOS/V re. JPN12:size=10 -URxvt.boldFont: xft:Px437 DOS/V re. JPN12:size=10 - -! black -*.color0: #000000 -*.color8: #4d4d4d - -! red -*.color1: #9f2625 -*.color9: #ff0400 - -! green -*.color2: #31cb1b -*.color10: #23fd00 - -! yellow -*.color3: #cecb00 -*.color11: #fffd00 - -! blue -*.color4: #3347c8 -*.color12: #3655ff - -! magenta -*.color5: #cb1ed1 -*.color13: #fd28ff - -! cyan -*.color6: #0dcdcd -*.color14: #3bffff - -! white -*.color7: #e5e5e5 -*.color15: #ffffff - - -URxvt.scrollBar: false -URxvt.depth: 32 -URxvt.urgentOnBell: true -URxvt.Iso14755: false -URxvt.keysym.Shift-Up: command:\033]720;1\007 -URxvt.keysym.Shift-Down: command:\033]721;1\007 -URxvt.keysym.Control-Up: \033[1;5A -URxvt.keysym.Control-Down: \033[1;5B -URxvt.keysym.Control-Right: \033[1;5C -URxvt.keysym.Control-Left: \033[1;5D -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select -URxvt.copyCommand: xclip -i -selection clipboard -URxvt.pasteCommand: xclip -o -selection clipboard -URxvt.keysym.M-c: perl:clipboard:copy -URxvt.keysym.M-v: perl:clipboard:paste -URxvt.keysym.M-C-v: perl:clipboard:paste_escaped -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.C-minus: command:\033]710;xft:Px437 DOS/V re. JPN12:size=10\007 -URxvt.keysym.C-0: command:\033]710;xft:Px437 DOS/V re. JPN24:size=18\007 -URxvt.urlLauncher: firefox -URxvt.underlineURLs: true -URxvt.urlButton: 1 -URxvt.geometry: 84x24 -URXvt.inputMethod: ibus -- cgit v1.2.3