- Added several more terminal apps the class_name check.

This commit is contained in:
Ryan Reaves
2019-07-30 12:30:11 -05:00
parent a60944e193
commit 0a5bb822cf

View File

@@ -1,5 +1,9 @@
#!/bin/bash
class_name='konsole'
# How to add more terminal editors
# run this command while using the terminal
# and add the name to class_name
# xprop -id $(xprop -root 32x '\t$0' _NET_ACTIVE_WINDOW | cut -f 2) WM_CLASS
class_name='konsole\|Gnome-terminal\|terminator\|sakura\|guake\|tilda\|xterm\|eterm'
systemtype=$1
internalid=$2