diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-22 09:04:49 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-22 09:04:49 +0100 |
commit | 37f02f7c43e77c6e8c6a15272a5064b69c67dff7 (patch) | |
tree | af51477fc527481c273d26f8b1e0b1706f675aee | |
parent | 1b7858265726df8ef91e89e8779ce18c1906bc71 (diff) |
terminal tinkering
-rw-r--r-- | Xresources | 63 | ||||
-rw-r--r-- | alacritty.toml | 5 |
2 files changed, 44 insertions, 24 deletions
@@ -1,15 +1,31 @@ /* xterm*font: -Misc-Fixed-Medium-R-Normal--10-100-75-75-C-60-ISO10646-1 */ + +/* this is good +/* XTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso8859-1 */ + /* xterm*font: -misc-fixed-medium-r-normal-*-13-100-100-*-c-70-iso8859-1 */ /* xterm*font: fixed */ -/* xterm*font: *-fixed-*-*-*-20-* */ -xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 +/* xterm*font: *-fixed-*-*-*-18-* */ +/* xterm*font: fixed */ +/* xterm*fontSize: 12 */ /* xterm*faceName: unifont */ /* xterm*faceSize:10 */ /* xterm*font: terminus-16 */ +/* xterm*font: terminus-18 */ +xterm*faceName: Hack Nerd Font Mono +xterm*faceSize: 11 +XTerm*cursorBlink: false +XTerm*blinkAsBold: false +/* XTerm*colorMode: false */ +XTerm*dynamicColors: false +XTerm*colorBDMode: false +XTerm*colorULMode: false +XTerm*cursorColor: black /* xterm*boldFont: terminus-16 */ /* xterm*faceName: Iosevka Nerd Font Mono */ -xterm*faceName: "Cascadia Code" -xterm*faceSize: 18 +/* xterm*faceName: "Cascadia Code Nerd Font" */ +/* xterm*faceName: "Jetbrains Mono Nerd Font" */ +/* xterm*faceSize: 15 */ xterm*vt100*geometry: 80x50 /* xterm*background: black */ /* xterm*foreground: white */ @@ -19,24 +35,27 @@ XTerm*eightBitInput: false /* this is essential to stop the stupid fucking chars for instance in weechat */ XTerm*VT100*metaSendsEscape: true +xterm*foreground: white +xterm*background: black + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Gruvbox dark !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -xterm*foreground: #ebdbb2 -xterm*background: #1d2021 -xterm*color0: #1d2021 -xterm*color1: #cc241d -xterm*color2: #98971a -xterm*color3: #d79921 -xterm*color4: #458588 -xterm*color5: #b16286 -xterm*color6: #689d6a -xterm*color7: #a89984 -xterm*color8: #928374 -xterm*color9: #fb4934 -xterm*color10: #b8bb26 -xterm*color11: #fabd2f -xterm*color12: #83a598 -xterm*color13: #d3869b -xterm*color14: #8ec07c -xterm*color15: #ebdbb2 +/* xterm*foreground: #ebdbb2 */ +/* xterm*background: #1d2021 */ +/* xterm*color0: #1d2021 */ +/* xterm*color1: #cc241d */ +/* xterm*color2: #98971a */ +/* xterm*color3: #d79921 */ +/* xterm*color4: #458588 */ +/* xterm*color5: #b16286 */ +/* xterm*color6: #689d6a */ +/* xterm*color7: #a89984 */ +/* xterm*color8: #928374 */ +/* xterm*color9: #fb4934 */ +/* xterm*color10: #b8bb26 */ +/* xterm*color11: #fabd2f */ +/* xterm*color12: #83a598 */ +/* xterm*color13: #d3869b */ +/* xterm*color14: #8ec07c */ +/* xterm*color15: #ebdbb2 */ diff --git a/alacritty.toml b/alacritty.toml index 2486e0e..6a2803f 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -2,7 +2,8 @@ import = [ # "~/.config/alacritty/themes/themes/base16_default_dark.toml" # "~/.config/alacritty/themes/themes/ayu_dark.toml", "~/.config/alacritty/keybindings.toml", - "~/.config/alacritty/themes/themes/falcon.toml" + # "~/.config/alacritty/themes/themes/falcon.toml" + "~/.config/alacritty/themes/themes/gruvbox_dark.toml" #"~/.config/alacritty/themes/themes/gruvbox_material_hard_dark.toml" ] @@ -12,7 +13,7 @@ decorations_theme_variant = "Dark" [keyboard] bindings = [ -{ key = "v", mods = "Control", action = "PasteSelection" }, +{ key = "v", mods = "Shift|Control", action = "PasteSelection" }, ] [font] |