mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
Feh
This commit is contained in:
@@ -7,6 +7,9 @@ show_hidden = false
|
||||
mouse_events = []
|
||||
|
||||
[opener]
|
||||
image = [
|
||||
{ run = 'gtk4-launch fehcustom.desktop "$@"', orphan = true, for = "unix" },
|
||||
]
|
||||
play = [
|
||||
{ run = 'mpv "$@"', orphan = true, for = "unix" },
|
||||
]
|
||||
@@ -24,10 +27,10 @@ prepend_rules = [
|
||||
{ name = "*.html", use = [ "open" ] },
|
||||
]
|
||||
rules = [
|
||||
{ mime = "image/*", use = "open" },
|
||||
{ mime = "image/*", use = "image" },
|
||||
{ mime = "text/*", use = "edit" },
|
||||
{ mime = "video/*", use = "play" },
|
||||
]
|
||||
append_rules = [
|
||||
{ name = "*", use = ["edit", "open", "play"]}
|
||||
{ name = "*", use = ["edit", "open", "image", "play"]}
|
||||
]
|
||||
|
||||
@@ -15,6 +15,7 @@ export ANDROID_HOME=/home/jonas/Android
|
||||
export loc="$HOME/files_local/"
|
||||
|
||||
alias oati="~/projects/scripts/oathi.sh"
|
||||
alias imu="immich upload -r ."
|
||||
alias chch="~/projects/scripts/check_git.sh"
|
||||
alias aut="~/projects/scripts/autostart-server.sh"
|
||||
alias tt="~/projects/scripts/find_gits.sh"
|
||||
|
||||
Reference in New Issue
Block a user