New backup 2025-02-28 04:15:01

This commit is contained in:
Penelope Gwen 2025-02-28 04:15:01 -08:00
parent c90c670ba8
commit 8833fa4b5b
2 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
browser_cmd="firefox -P"
browser_cmd="aik_launcher librewolf -P"
filemanager_cmd="dolphin --new-window"
screenshot_dir="$HOME/Pictures/Screen Capture"
clipboard_length=10

View file

@ -1,5 +1,4 @@
#!/bin/bash
desktop_file=$(find ${HOME}/.local/share/applications/ -iname 'appimagekit_*'"${1}"'*.desktop' | head -n1)
launch_path=$(find ${HOME}/.local/share/applications/ -iname 'appimagekit_*'"${1}"'*.desktop' -exec awk -F= '/^Exec/ {print $2; exit}' {} \; | head -n1 | cut -f1 -d" ")
shift 1
gtk-launch "$(basename ${desktop_file/.desktop/})" "$@"
${launch_path} "$@"