rofi: change terminal to alacritty

This commit is contained in:
Julian Mutter 2023-01-31 19:48:57 +01:00
parent 06293fe85e
commit 3095fe05b2
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ configuration {
/* xoffset: 0;*/
/* fixed-num-lines: true;*/
show-icons: true;
/* terminal: "rofi-sensible-terminal";*/
terminal: "alacritty";
/* ssh-client: "ssh";*/
/* ssh-command: "{terminal} -e {ssh-client} {host} [-p {port}]";*/
/* run-command: "{cmd}";*/

View File

@ -13,6 +13,7 @@ PERL_LOCAL_LIB_ROOT="/home/julian/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_
PERL_MB_OPT="--install_base \"/home/julian/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=/home/julian/perl5"; export PERL_MM_OPT;
export TERMINAL="alacritty"
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"