This commit is contained in:
Solomon Laing 2022-05-21 20:28:48 +09:30
parent 8b4105a830
commit 795b0e752d
8 changed files with 108 additions and 76 deletions

View File

@ -44,82 +44,86 @@ export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
# This is the list for lf icons: # This is the list for lf icons:
export LF_ICONS="di=📁:\ export LF_ICONS="di=:\
fi=📃:\ fi=:\
tw=🤝:\ tw=:\
ow=📂:\ ow=:\
ln=⛓:\ ln=:\
or=❌:\ or=:\
ex=🎯:\ ex=:\
*.txt=✍:\ *.txt=:\
*.mom=✍:\ *.mom=:\
*.me=✍:\ *.me=:\
*.ms=✍:\ *.ms=:\
*.png=🖼:\ *.odt=:\
*.webp=🖼:\ *.ods=:\
*.ico=🖼:\ *.png=:\
*.jpg=📸:\ *.webp=:\
*.jpe=📸:\ *.ico=:\
*.jpeg=📸:\ *.jpg=:\
*.gif=🖼:\ *.jpe=:\
*.svg=🗺:\ *.jpeg=:\
*.tif=🖼:\ *.gif=:\
*.tiff=🖼:\ *.svg=:\
*.xcf=🖌:\ *.tif=:\
*.html=🌎:\ *.tiff=:\
*.xml=📰:\ *.xcf=:\
*.gpg=🔒:\ *.html=:\
*.css=🎨:\ *.gpg=:\
*.pdf=📚:\ *.css=:\
*.djvu=📚:\ *.js=:\
*.epub=📚:\ *.ts=:\
*.csv=📓:\ *.cs=:\
*.xlsx=📓:\ *.sql=:\
*.tex=📜:\ *.db=:\
*.md=📘:\ *.json=:\
*.r=📊:\ *.py=:\
*.R=📊:\ *.c=:\
*.rmd=📊:\ *.orig=:\
*.Rmd=📊:\ *.rej=:\
*.m=📊:\ *.h=:\
*.mp3=🎵:\ *.yml=:\
*.opus=🎵:\ *.yaml=:\
*.ogg=🎵:\ *.mk=:\
*.m4a=🎵:\ *.cpp=:\
*.flac=🎼:\ *.scss=:\
*.wav=🎼:\ *.sass=:\
*.mkv=🎥:\ *.pdf=:\
*.mp4=🎥:\ *.epub=:\
*.webm=🎥:\ *.csv=:\
*.mpeg=🎥:\ *.xlsx=:\
*.avi=🎥:\ *.tex=:\
*.mov=🎥:\ *.md=:\
*.mpg=🎥:\ README=:\
*.wmv=🎥:\ LICENSE=:\
*.m4b=🎥:\ *.mp3=:\
*.flv=🎥:\ *.opus=:\
*.zip=📦:\ *.ogg=:\
*.rar=📦:\ *.m4a=:\
*.7z=📦:\ *.flac=:\
*.tar.gz=📦:\ *.wav=:\
*.z64=🎮:\ *.mkv=:\
*.v64=🎮:\ *.mp4=:\
*.n64=🎮:\ *.webm=:\
*.gba=🎮:\ *.mpeg=:\
*.nes=🎮:\ *.avi=:\
*.gdi=🎮:\ *.mov=:\
*.1=:\ *.mpg=:\
*.nfo=:\ *.wmv=:\
*.info=:\ *.m4b=:\
*.log=📙:\ *.flv=:\
*.iso=📀:\ *.zip=:\
*.img=📀:\ *.rar=:\
*.bib=🎓:\ *.7z=:\
*.ged=👪:\ *.tar.gz=:\
*.part=💔:\ *.1=:\
*.torrent=🔽:\ *.nfo=:\
*.jar=♨:\ *.info=:\
*.java=♨:\ *.iso=:\
*.img=:\
*.torrent=:\
*.jar=:\
*.java=:\
" "
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && shortcuts >/dev/null 2>&1 & [ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && shortcuts >/dev/null 2>&1 &

View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=File Manager
Exec=/usr/local/bin/st -e lfub %u

View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Image viewer
Exec=/usr/bin/sxiv -a %f

View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Mail
Exec=/usr/local/bin/st -e neomutt %u

View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=PDF reader
Exec=/usr/bin/zathura %u

View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=RSS feed addition
Exec=/usr/bin/env rssadd %U

View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Text editor
Exec=/usr/local/bin/st -e nvim %u

View File

@ -0,0 +1,4 @@
[Desktop Entry]
Type=Application
Name=Torrent
Exec=/usr/bin/env transadd %U