gtk-classic and fff

master
Daniel Napora 2020-01-22 13:46:03 +01:00
parent 21a0f5c28a
commit 400f8886d0
2 changed files with 9 additions and 5 deletions

View File

@ -103,7 +103,7 @@ galculator
#-------------------------------------------------
##### EDITION BASE PACKAGES
gtk3-classic
#---------=> package manager
pamac-gtk
pamac-cli
@ -244,7 +244,8 @@ conky
exo-gtk3
fakeroot
feh
fsearch
fff
fsearch-git
i3lock-color
betterlockscreen
imagemagick
@ -284,6 +285,7 @@ mabox-utilities
mabox-artwork
mb-jgtools
cornora
gkrellm
gkrellm-themes
gkrellmlaunch

View File

@ -106,9 +106,11 @@ ex ()
echo "'$1' is not a valid file"
fi
}
# better yaourt colors
export YAOURT_COLORS="nb=1:pkg=1:ver=1;32:lver=1;45:installed=1;42:grp=1;34:od=1;41;5:votes=1;44:dsc=0:other=1;35"
# Run 'fff' with 'f', CD on exit
f() {
fff "$@"
cd "$(cat "${XDG_CACHE_HOME:=${HOME}/.cache}/fff/.fff_d")"
}
# fix "xdg-open fork-bomb" export your preferred browser from here
export BROWSER='exo-open --launch WebBrowser'