mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
- Added several more terminal apps the class_name check.
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/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
|
systemtype=$1
|
||||||
internalid=$2
|
internalid=$2
|
||||||
|
Reference in New Issue
Block a user