Update to Apps and Networking and added Idle Button
This commit is contained in:
@@ -26,6 +26,8 @@ declare -A MAP=(
|
||||
["VLC media player"]=""
|
||||
["mpv"]=""
|
||||
["ffplay"]=""
|
||||
# Video editing
|
||||
["org.kde.kdenlive"]=""
|
||||
# Chats
|
||||
["discord"]=""
|
||||
["vesktop"]=""
|
||||
@@ -37,7 +39,7 @@ declare -A MAP=(
|
||||
["jetbrains-idea"]=""
|
||||
["jetbrains-studio"]=""
|
||||
# Text Editor
|
||||
["mousepad"]=""
|
||||
["org.xfce.mousepad"]=""
|
||||
# Password
|
||||
["org.keepassxc.KeePassXC"]=""
|
||||
["Yubico Authenticator"]=""
|
||||
@@ -66,12 +68,13 @@ declare -A MAP=(
|
||||
# Document Editor/Viewer
|
||||
["libreoffice-startcenter"]=""
|
||||
["libreoffice-base"]=""
|
||||
["libreoffice-calc"]=""
|
||||
["libreoffice-draw"]=""
|
||||
["libreoffice-calc"]=""
|
||||
["libreoffice-draw"]=""
|
||||
["libreoffice-impress"]=""
|
||||
["libreoffice-math"]=""
|
||||
["libreoffice-writer"]=""
|
||||
["libreoffice-writer"]=""
|
||||
["com.github.flxzt.rnote"]=""
|
||||
["Xreader"]=""
|
||||
["com.github.xournalpp.xournalpp"]=""
|
||||
["qpdfview.local.qpdfview"]=""
|
||||
# Hardware
|
||||
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
if pgrep -x "hypridle" >/dev/null ;then
|
||||
killall hypridle
|
||||
else
|
||||
hypridle &
|
||||
fi
|
||||
Reference in New Issue
Block a user