diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini index 600d7b99..ce07a510 100644 --- a/.config/flameshot/flameshot.ini +++ b/.config/flameshot/flameshot.ini @@ -2,7 +2,7 @@ contrastOpacity=188 copyAndCloseAfterUpload=false disabledTrayIcon=false -drawColor=#ff0011 +drawColor=#ff0000 filenamePattern=%Y_%m_%d_%H_%M_%S predefinedColorPaletteLarge=true saveAfterCopy=true diff --git a/.config/lf/lfrc b/.config/lf/lfrc index c78ad948..2baf37a1 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -73,6 +73,7 @@ map shell map open map $lf -remote "send $id select '$(sk)'" map rename +map reload map push :mkdir map DD delete map dd cut diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 1c25102e..a82b128c 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -1,8 +1,4 @@ [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; @@ -14,13 +10,14 @@ 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=img.desktop; +image/jpeg=nsxiv.desktop;img.desktop; image/jpg=img.desktop; -image/png=img.desktop; +image/png=nsxiv.desktop;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; diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop deleted file mode 100644 index e94c0b5b..00000000 --- a/.local/share/applications/file.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=File Manager -Exec=/usr/local/bin/st -e lfrun %u diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop new file mode 120000 index 00000000..c0194f17 --- /dev/null +++ b/.local/share/applications/file.desktop @@ -0,0 +1 @@ +file.desktop \ No newline at end of file diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop deleted file mode 100644 index 57831070..00000000 --- a/.local/share/applications/img.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Image viewer -Exec=/usr/bin/nsxiv -a %f diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop new file mode 120000 index 00000000..892ac3ce --- /dev/null +++ b/.local/share/applications/img.desktop @@ -0,0 +1 @@ +img.desktop \ No newline at end of file diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop deleted file mode 100644 index 8c386774..00000000 --- a/.local/share/applications/pdf.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=PDF reader -Exec=/usr/bin/zathura %u diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop new file mode 120000 index 00000000..316ca178 --- /dev/null +++ b/.local/share/applications/pdf.desktop @@ -0,0 +1 @@ +pdf.desktop \ No newline at end of file diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop deleted file mode 100644 index fa302557..00000000 --- a/.local/share/applications/text.desktop +++ /dev/null @@ -1,4 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Text editor -Exec=/usr/local/bin/alacritty -e nvim %u diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop new file mode 120000 index 00000000..6d6a2722 --- /dev/null +++ b/.local/share/applications/text.desktop @@ -0,0 +1 @@ +text.desktop \ No newline at end of file