Add a weechat appmenu
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
811ea5bd5d
commit
cc8dc37015
1 changed files with 19 additions and 0 deletions
|
@ -289,6 +289,15 @@ programchoicesinit() {
|
|||
$icon_mnu St menu ^ 0 ^ sxmo_appmenu.sh st-256color
|
||||
"
|
||||
WINNAME=ncmpcpp
|
||||
elif echo "$WMNAME" | grep -i -w "weechat"; then
|
||||
#weechat
|
||||
CHOICES="
|
||||
$icon_msg Hotlist Next ^ 1 ^ key Alt+a
|
||||
$icon_arl History Previous ^ 1 ^ key Alt+Shift+comma
|
||||
$icon_arr History Next ^ 1 ^ key Alt+Shift+period
|
||||
$icon_trm Buffer ^ 0 ^ type '/buffer '
|
||||
"
|
||||
WINNAME=weechat
|
||||
else
|
||||
STSELMODEON="$(
|
||||
echo "$XPROPOUT" | grep -E '^_ST_SELMODE.+=' | cut -d= -f2 | tr -d ' '
|
||||
|
@ -450,6 +459,16 @@ key() {
|
|||
#--window $WIN
|
||||
}
|
||||
|
||||
type() {
|
||||
xdotool windowactivate "$WIN"
|
||||
xdotool type --delay 50 --clearmodifiers "$@"
|
||||
}
|
||||
|
||||
typeenter() {
|
||||
type "$@"
|
||||
xdotool key Return
|
||||
}
|
||||
|
||||
quit() {
|
||||
exit 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue