mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
parent
bd72e163c0
commit
f8e1a0d6be
@ -2,7 +2,7 @@
|
||||
contrastOpacity=188
|
||||
copyAndCloseAfterUpload=false
|
||||
disabledTrayIcon=false
|
||||
drawColor=#ff0000
|
||||
drawColor=#ff0011
|
||||
filenamePattern=%Y_%m_%d_%H_%M_%S
|
||||
predefinedColorPaletteLarge=true
|
||||
saveAfterCopy=true
|
||||
|
||||
@ -73,7 +73,6 @@ map <enter> shell
|
||||
map <enter> open
|
||||
map <c-f> $lf -remote "send $id select '$(sk)'"
|
||||
map <f-2> rename
|
||||
map <f-5> reload
|
||||
map <c-n> push :mkdir<space>
|
||||
map DD delete
|
||||
map dd cut
|
||||
|
||||
@ -1,4 +1,8 @@
|
||||
[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/py=text.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;
|
||||
application/pdf=okularApplication_pdf.desktop;org.pwmt.zathura.desktop;
|
||||
image/x-canon-cr2=img.desktop;
|
||||
image/jpeg=nsxiv.desktop;img.desktop;
|
||||
image/jpeg=img.desktop;
|
||||
image/jpg=img.desktop;
|
||||
image/png=nsxiv.desktop;img.desktop;
|
||||
image/png=img.desktop;
|
||||
image/gif=img.desktop;
|
||||
video/ts=video.desktop;
|
||||
video/mp4=video.desktop;
|
||||
video/mpv=video.desktop;
|
||||
|
||||
[Added Associations]
|
||||
image/png=nsxiv.desktop;
|
||||
image/jpeg=nsxiv.desktop;
|
||||
|
||||
|
||||
@ -1 +0,0 @@
|
||||
file.desktop
|
||||
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 lfrun %u
|
||||
@ -1 +0,0 @@
|
||||
img.desktop
|
||||
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/nsxiv -a %f
|
||||
@ -1 +0,0 @@
|
||||
pdf.desktop
|
||||
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
|
||||
@ -1 +0,0 @@
|
||||
text.desktop
|
||||
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/alacritty -e nvim %u
|
||||
Loading…
Reference in New Issue
Block a user