From 7b9e5489b64a8c2e2492f8fdaf2e843329d6dd35 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 9 Oct 2023 17:00:18 -0400 Subject: .config: Update terminal configurations Bring back xterm --- .config/X11/Xresources | 42 ++++++++++++++++++++++++++++------------- .config/alacritty/alacritty.yml | 5 +++++ .config/nixpkgs/config.nix | 1 + 3 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 .config/alacritty/alacritty.yml diff --git a/.config/X11/Xresources b/.config/X11/Xresources index b0d9a07..92acb01 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -2,29 +2,45 @@ ! URxvt Settings ! ----------------- -URxvt.perl-ext-common: default,matcher,font-size,vtwheel,url-select,keyboard-select -URxvt.url-launcher: /usr/bin/env xdg-open -URxvt.url-select.launcher: /usr/bin/env xdg-open -URxvt.keysym.M-Escape: perl:keyboard-select:activate -URxvt.matcher.button: 1 -URxvt.internalBorder: 10 -URxvt.geometry: 80x18 -URxvt.cursorUnderline: 0 URxvt.cursorBlink: 1 +URxvt.cursorUnderline: 0 +URxvt.geometry: 80x18 +URxvt.internalBorder: 10 URxvt.keysym.C-0: perl:font-size:reset -URxvt.keysym.C-Up: perl:font-size:increase URxvt.keysym.C-Down: perl:font-size:decrease +URxvt.keysym.C-Up: perl:font-size:increase +URxvt.keysym.M-Escape: perl:keyboard-select:activate +URxvt.matcher.button: 1 +URxvt.perl-ext-common: default,matcher,font-size,vtwheel,url-select,keyboard-select URxvt.scrollBar: false +URxvt.scrollTtyKeypress: true URxvt.scrollTtyOutput: false URxvt.scrollWithBuffer: true -URxvt.scrollTtyKeypress: true -URxvt.transparent: false URxvt.shading: 20 +URxvt.transparent: false +URxvt.url-launcher: /usr/bin/env xdg-open +URxvt.url-select.launcher: /usr/bin/env xdg-open -URxvt.font: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 URxvt.boldFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 -URxvt.italicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 URxvt.boldItalicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 +URxvt.font: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 +URxvt.italicFont: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 + +! ----------------- +! UXTerm Settings +! ----------------- + +UXTerm.termName: xterm-256color +UXTerm.ttyModes: erase ^? +UXTerm.vt100.backarrowKey: false +UXTerm.vt100.cursorBlink: true +UXTerm.vt100.faceName: xft:monospace:size=10,xft:DejaVuSansMono Nerd Font Mono:size=10 +UXTerm.vt100.geometry: 80x18 +UXTerm.vt100.internalBorder: 10 +UXTerm.vt100.locale: false +UXTerm.vt100.metaSendsEscape: true +UXTerm.vt100.saveLines: 4096 +UXTerm.vt100.utf8: true ! ----------------- ! Terminal Colors diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml new file mode 100644 index 0000000..524965e --- /dev/null +++ b/.config/alacritty/alacritty.yml @@ -0,0 +1,5 @@ +--- +window: + padding: + x: 15 + y: 15 diff --git a/.config/nixpkgs/config.nix b/.config/nixpkgs/config.nix index d817b90..9d2f92c 100644 --- a/.config/nixpkgs/config.nix +++ b/.config/nixpkgs/config.nix @@ -168,6 +168,7 @@ in weechat woof xdg-user-dirs + xterm zbar ]; pathsToLink = [ "/etc" "/share" "/bin" ]; -- cgit v1.2.3