We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f524d commit 181d97cCopy full SHA for 181d97c
i3-helpers/noctrlq.sh
@@ -4,8 +4,9 @@
4
5
W=$(xdotool getactivewindow)
6
S1=$(xprop -id "${W}" |awk -F '"' '/WM_CLASS/{print $4}')
7
-if [ "$S1" != "Firefox" ] && [ "$S1" != "Firefox Developer Edition" ]; then
8
- xvkbd -xsendevent -text "\Cq"
9
-elif [ "$S1" = "pavucontrol" ]; then
+
+if [ "$S1" = "pavucontrol" ]; then
10
xvkbd -xsendevent -text "\C\Aq"
+elif [ "$S1" != "Firefox" ] && [ "$S1" != "Firefox Developer Edition" ]; then
11
+ xvkbd -xsendevent -text "\Cq"
12
fi
0 commit comments