i3: use redshift, clipit and schildichat from flatpak

This commit is contained in:
2023-06-15 17:08:16 +02:00
parent 2f0fa12da4
commit 391948eb27
3 changed files with 7 additions and 3 deletions

View File

@ -9,6 +9,7 @@ PERL5LIB="~/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="~/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"~/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=~/perl5"; export PERL_MM_OPT;
export ANDROID_HOME="$HOME/Android/Sdk"
export TERMINAL="alacritty"