From 3b002ca77a3f9964b87ce84852a4d77a057a5606 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 16 Oct 2024 23:09:02 -0400 Subject: Write Documentation --- pos-dyntercomms.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pos-dyntercomms.sh') diff --git a/pos-dyntercomms.sh b/pos-dyntercomms.sh index 22e4a43..e9de0a3 100755 --- a/pos-dyntercomms.sh +++ b/pos-dyntercomms.sh @@ -8,7 +8,7 @@ setComms(){ activewmclass="$1" activetitle="$2" if ! test "$activewmclass"; then - json="$(hyprctl -j -i 0 activewindow)" + json="$(hyprctl -j activewindow)" activewmclass="$(printf "%s" "$json" | jq -r .class)" activetitle="$(printf "%s" "$json" | jq -r .title)" fi @@ -137,7 +137,7 @@ case "$activewmclass" in ;; *micro*) #Micro - c="'Prior','Next','Comma','Period','s','q','f','p','n','e','c','v','z','y'" + c="'Prior','Next','comma','period','s','q','f','p','n','e','c','v','z','y'" CHOICES=" $icon_prv Previous Tab ^ 1 ^ sxmo_type -M Alt , -m Alt $icon_nxt Next Tab ^ 1 ^ sxmo_type -M Alt . -m Alt @@ -514,6 +514,9 @@ case "$activewmclass" in c="'equal','minus','F','f','r','d','l'" WINNAME=Maps ;; + org.gnome.Loupe) + c="'Left','Right'" + ;; *mepo*) # Mepo # The choices / hotkeys for the contextmenu are generated through mepo's -- cgit 1.4.1