New backup 2025-02-28 04:15:01
This commit is contained in:
parent
c90c670ba8
commit
8833fa4b5b
2 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
browser_cmd="firefox -P"
|
browser_cmd="aik_launcher librewolf -P"
|
||||||
filemanager_cmd="dolphin --new-window"
|
filemanager_cmd="dolphin --new-window"
|
||||||
screenshot_dir="$HOME/Pictures/Screen Capture"
|
screenshot_dir="$HOME/Pictures/Screen Capture"
|
||||||
clipboard_length=10
|
clipboard_length=10
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
launch_path=$(find ${HOME}/.local/share/applications/ -iname 'appimagekit_*'"${1}"'*.desktop' -exec awk -F= '/^Exec/ {print $2; exit}' {} \; | head -n1 | cut -f1 -d" ")
|
||||||
desktop_file=$(find ${HOME}/.local/share/applications/ -iname 'appimagekit_*'"${1}"'*.desktop' | head -n1)
|
|
||||||
shift 1
|
shift 1
|
||||||
gtk-launch "$(basename ${desktop_file/.desktop/})" "$@"
|
${launch_path} "$@"
|
||||||
|
|
Loading…
Add table
Reference in a new issue