aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2023-10-09 17:00:18 -0400
committertdro <tdro@users.noreply.github.com>2023-10-09 17:00:18 -0400
commit7b9e5489b64a8c2e2492f8fdaf2e843329d6dd35 (patch)
treeb223c5b38f1ab8fb6612764e4190cf0180742117
parent165a600f9acde441938c1cbc7041ae27813db928 (diff)
downloaddotfiles-7b9e5489b64a8c2e2492f8fdaf2e843329d6dd35.tar.gz
dotfiles-7b9e5489b64a8c2e2492f8fdaf2e843329d6dd35.tar.bz2
dotfiles-7b9e5489b64a8c2e2492f8fdaf2e843329d6dd35.zip
.config: Update terminal configurations
Bring back xterm
-rw-r--r--.config/X11/Xresources42
-rw-r--r--.config/alacritty/alacritty.yml5
-rw-r--r--.config/nixpkgs/config.nix1
3 files changed, 35 insertions, 13 deletions
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" ];