diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-18 17:13:49 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-18 17:13:49 +0100 |
commit | 2b065960567636bb8321af205c36eebbf625c678 (patch) | |
tree | c1f93f23e4c7875992e41c6d826ced40edf0da72 | |
parent | e00753fb45ce7395962c586c3f7f1fde17829c5e (diff) |
Use urxvt
-rw-r--r-- | Xresources | 4 | ||||
-rw-r--r-- | i3-config | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ xterm*faceName: JetBrainsMono:size=12 URxvt.font: xft:monaco:size=12 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 +URxvt.matcher.rend.0: Uline Bold fg5 !! from https://wiki.manjaro.org/index.php?title=Improve_Font_Rendering Xft.dpi: 96 @@ -94,9 +94,9 @@ bindsym $mod+minus scratchpad show #bindsym $mod+Return exec xterm -itc -en en_GB.UTF-8 #bindsym $mod+Return exec xfce4-terminal #bindsym $mod+Return exec xterm -bindsym $mod+Return exec alacritty +#bindsym $mod+Return exec alacritty #bindsym $mod+Return exec i3-sensible-terminal -#bindsym $mod+Return exec urxvt +bindsym $mod+Return exec urxvt #bindsym $mod+Return exec st # change gap size |