updates
This commit is contained in:
parent
8b4105a830
commit
795b0e752d
@ -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 &
|
||||||
|
|||||||
4
.local/share/applications/file.desktop
Normal file
4
.local/share/applications/file.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=File Manager
|
||||||
|
Exec=/usr/local/bin/st -e lfub %u
|
||||||
4
.local/share/applications/img.desktop
Normal file
4
.local/share/applications/img.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Image viewer
|
||||||
|
Exec=/usr/bin/sxiv -a %f
|
||||||
4
.local/share/applications/mail.desktop
Normal file
4
.local/share/applications/mail.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Mail
|
||||||
|
Exec=/usr/local/bin/st -e neomutt %u
|
||||||
4
.local/share/applications/pdf.desktop
Normal file
4
.local/share/applications/pdf.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=PDF reader
|
||||||
|
Exec=/usr/bin/zathura %u
|
||||||
4
.local/share/applications/rss.desktop
Normal file
4
.local/share/applications/rss.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=RSS feed addition
|
||||||
|
Exec=/usr/bin/env rssadd %U
|
||||||
4
.local/share/applications/text.desktop
Normal file
4
.local/share/applications/text.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Text editor
|
||||||
|
Exec=/usr/local/bin/st -e nvim %u
|
||||||
4
.local/share/applications/torrent.desktop
Normal file
4
.local/share/applications/torrent.desktop
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=Torrent
|
||||||
|
Exec=/usr/bin/env transadd %U
|
||||||
Loading…
Reference in New Issue
Block a user