diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini index ce07a510..600d7b99 100644 --- a/.config/flameshot/flameshot.ini +++ b/.config/flameshot/flameshot.ini @@ -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 diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 2baf37a1..c78ad948 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -73,7 +73,6 @@ 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 a82b128c..1c25102e 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -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; + diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop deleted file mode 120000 index c0194f17..00000000 --- a/.local/share/applications/file.desktop +++ /dev/null @@ -1 +0,0 @@ -file.desktop \ No newline at end of file diff --git a/.local/share/applications/file.desktop b/.local/share/applications/file.desktop new file mode 100644 index 00000000..e94c0b5b --- /dev/null +++ b/.local/share/applications/file.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=File Manager +Exec=/usr/local/bin/st -e lfrun %u diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop deleted file mode 120000 index 892ac3ce..00000000 --- a/.local/share/applications/img.desktop +++ /dev/null @@ -1 +0,0 @@ -img.desktop \ No newline at end of file diff --git a/.local/share/applications/img.desktop b/.local/share/applications/img.desktop new file mode 100644 index 00000000..57831070 --- /dev/null +++ b/.local/share/applications/img.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Image viewer +Exec=/usr/bin/nsxiv -a %f diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop deleted file mode 120000 index 316ca178..00000000 --- a/.local/share/applications/pdf.desktop +++ /dev/null @@ -1 +0,0 @@ -pdf.desktop \ No newline at end of file diff --git a/.local/share/applications/pdf.desktop b/.local/share/applications/pdf.desktop new file mode 100644 index 00000000..8c386774 --- /dev/null +++ b/.local/share/applications/pdf.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=PDF reader +Exec=/usr/bin/zathura %u diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop deleted file mode 120000 index 6d6a2722..00000000 --- a/.local/share/applications/text.desktop +++ /dev/null @@ -1 +0,0 @@ -text.desktop \ No newline at end of file diff --git a/.local/share/applications/text.desktop b/.local/share/applications/text.desktop new file mode 100644 index 00000000..fa302557 --- /dev/null +++ b/.local/share/applications/text.desktop @@ -0,0 +1,4 @@ +[Desktop Entry] +Type=Application +Name=Text editor +Exec=/usr/local/bin/alacritty -e nvim %u