Load only correct Workspaces not hide incorrect ones + some new apps
This commit is contained in:
@@ -6,7 +6,7 @@ if [[ -z "$ID" ]]; then
|
||||
echo "Usage: $0 Number"
|
||||
exit 1
|
||||
fi
|
||||
# Command Helper: hyprctl clients -j | jq '.[] | select(.workspace.id == 4)'
|
||||
# Command Helper: hyprctl clients -j | jq '.[] | select(.workspace.id == 1)'
|
||||
# Icons: https://www.nerdfonts.com/cheat-sheet
|
||||
declare -A MAP=(
|
||||
# Youtube
|
||||
@@ -27,7 +27,7 @@ declare -A MAP=(
|
||||
["mpv"]=""
|
||||
["ffplay"]=""
|
||||
# Chats
|
||||
["Discord"]=""
|
||||
["discord"]=""
|
||||
["vesktop"]=""
|
||||
["Signal"]=""
|
||||
["xyz.chatboxapp.app"]=""
|
||||
@@ -71,6 +71,7 @@ declare -A MAP=(
|
||||
["libreoffice-writer"]=""
|
||||
["com.github.flxzt.rnote"]=""
|
||||
["com.github.xournalpp.xournalpp"]=""
|
||||
["qpdfview.local.qpdfview"]=""
|
||||
# Hardware
|
||||
["Mission Center"]=""
|
||||
["QDirStat"]=""
|
||||
@@ -88,6 +89,8 @@ declare -A MAP=(
|
||||
["nm-connection-editor"]=""
|
||||
# Calculator
|
||||
["Calculator"]=""
|
||||
# VPN
|
||||
["Proton VPN"]=""
|
||||
)
|
||||
|
||||
# APPS=$(hyprctl clients -j | jq -r ".[] | select(.workspace.id == $ID) | .initialTitle")
|
||||
|
||||
Reference in New Issue
Block a user