Revert "Minor changes"

This reverts commit bd72e163c0.

Revert changes
This commit is contained in:
Kristofers Solo 2022-05-31 12:14:19 +03:00
parent bd72e163c0
commit f8e1a0d6be
7 changed files with 24 additions and 10 deletions

View File

@ -2,7 +2,7 @@
contrastOpacity=188 contrastOpacity=188
copyAndCloseAfterUpload=false copyAndCloseAfterUpload=false
disabledTrayIcon=false disabledTrayIcon=false
drawColor=#ff0000 drawColor=#ff0011
filenamePattern=%Y_%m_%d_%H_%M_%S filenamePattern=%Y_%m_%d_%H_%M_%S
predefinedColorPaletteLarge=true predefinedColorPaletteLarge=true
saveAfterCopy=true saveAfterCopy=true

View File

@ -73,7 +73,6 @@ map <enter> shell
map <enter> open map <enter> open
map <c-f> $lf -remote "send $id select '$(sk)'" map <c-f> $lf -remote "send $id select '$(sk)'"
map <f-2> rename map <f-2> rename
map <f-5> reload
map <c-n> push :mkdir<space> map <c-n> push :mkdir<space>
map DD delete map DD delete
map dd cut map dd cut

View File

@ -1,4 +1,8 @@
[Default Applications] [Default Applications]
# xdg-open will use these settings to determine how to open filetypes.
# These .desktop entries can also be seen and changed in ~/.local/share/applications/
text/html=vivaldi-stable.desktop; text/html=vivaldi-stable.desktop;
text/py=text.desktop; text/py=text.desktop;
x-scheme-handler/http=vivaldi-stable.desktop; x-scheme-handler/http=vivaldi-stable.desktop;
@ -10,14 +14,13 @@ x-scheme-handler/kite=kite-copilot.desktop;
x-scheme-handler/msteams=teams.desktop; x-scheme-handler/msteams=teams.desktop;
application/pdf=okularApplication_pdf.desktop;org.pwmt.zathura.desktop; application/pdf=okularApplication_pdf.desktop;org.pwmt.zathura.desktop;
image/x-canon-cr2=img.desktop; image/x-canon-cr2=img.desktop;
image/jpeg=nsxiv.desktop;img.desktop; image/jpeg=img.desktop;
image/jpg=img.desktop; image/jpg=img.desktop;
image/png=nsxiv.desktop;img.desktop; image/png=img.desktop;
image/gif=img.desktop; image/gif=img.desktop;
video/ts=video.desktop; video/ts=video.desktop;
video/mp4=video.desktop; video/mp4=video.desktop;
video/mpv=video.desktop; video/mpv=video.desktop;
[Added Associations] [Added Associations]
image/png=nsxiv.desktop;
image/jpeg=nsxiv.desktop;

View File

@ -1 +0,0 @@
file.desktop

View File

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

View File

@ -1 +0,0 @@
img.desktop

View File

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

View File

@ -1 +0,0 @@
pdf.desktop

View File

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

View File

@ -1 +0,0 @@
text.desktop

View File

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