Explorar el Código

Move to alacritty from urxvt

URxvt has been great but just can't keep up.  Alacritty is the new one.

Thanks URxvt!
Alois Mahdal hace 1 semana
padre
commit
4ee4fbae45

+ 1
- 1
dotfiles/config/bashum/main.bashrc Ver fichero

@@ -190,7 +190,7 @@ dt() {
190 190
     #
191 191
     # Open $1 new terminals
192 192
     #
193
-    __bashum_run_n "${1:-1}" urxvt
193
+    __bashum_run_n "${1:-1}" alacritty
194 194
 }
195 195
 
196 196
 dT() {

+ 1
- 1
dotfiles/config/bashum/post.bashrc Ver fichero

@@ -218,7 +218,7 @@ __bashum__mkhostid() {
218 218
 
219 219
 __bashum__setup_traps() {
220 220
     case "$TERM" in
221
-        xterm*|rxvt*|screen*) trap __bashum__set_title DEBUG ;;
221
+        xterm*|rxvt*|screen*|alacritty) trap __bashum__set_title DEBUG ;;
222 222
     esac
223 223
 }
224 224
 

+ 2
- 2
dotfiles/config/i3/config Ver fichero

@@ -368,7 +368,7 @@ mode "caps" {
368 368
 ## Openers                                                              ##
369 369
 #------------------------------------------------------------------------#
370 370
 
371
-bindsym $mod+Return         exec "urxvt"
371
+bindsym $mod+Return         exec "alacritty"
372 372
 bindsym $mod+Shift+Return   exec "xfce4-terminal"
373 373
 bindsym $mod+End            exec "$spn bmo menu tikrs"
374 374
 bindsym $mod+Home           exec "$spn bmo menu home"
@@ -469,7 +469,7 @@ assign [title="Xfwm4 on malakar"] → $name_wsp9
469 469
 
470 470
 exec "newfeh"
471 471
 exec "dunst"
472
-exec "urxvt -e weechat"
472
+exec "alacritty -e weechat"
473 473
 exec "nm-applet"
474 474
 exec "blueman-applet"
475 475
 exec "flatpak run org.telegram.desktop"