diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-21 23:29:58 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-21 23:29:58 +0300 |
commit | e4672d66a9302f557ce26b0a418746deffe0decc (patch) | |
tree | fe1e226c629061411c9fe8de7d16e861deaff223 /dotfiles/.profile | |
parent | 64d645f2bd1d18aeefdde07621a1a4d1e07cb1cd (diff) | |
download | swayrice-e4672d66a9302f557ce26b0a418746deffe0decc.tar.gz swayrice-e4672d66a9302f557ce26b0a418746deffe0decc.zip |
Friendship ended with ranger, again. lf it is now
Too many changes made, basically all of them related to lf.
Sorry ranger. You're too slow 🦔.
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 34d7b73..0c34ff9 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -34,6 +34,8 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0" export GOPATH="$XDG_DATA_HOME/go" eval "$(dircolors "$HOME/.config/dir_colors")" +. "$HOME/.config/lf/icons" + # Start sway automatically upon login on tty1 or tty2 if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ] || [ $(tty) = /dev/tty2 ]; then # DBUS variables (for Artix) |