SkillAgentSearch skills...

Gter

embed a GUI app inside a terminal window or any other window

Install / Use

/learn @raoofha/Gter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gter : embed a GUI app inside a terminal window or any other window

tested only with xterm, I also use i3 window manager. this is much better solution than the previous approach.

gter

requirement

  • X11
  • xterm
  • bash

compile and run

git clone https://github.com/raoofha/gter
cd gter
bash $PWD/src/setParentWindow.c build
# add it to your path
ln -s $PWD/src/gter ~/.local/bin/gter
chmod +x ~/.local/bin/gter

set window parent on other windows

WINDOWID=$WINDOWID WINDOWX=0 WINDOWY=0 LD_PRELOAD=./bin/setParentWindow.so xclock
View on GitHub
GitHub Stars274
CategoryDevelopment
Updated5d ago
Forks3

Languages

C

Security Score

80/100

Audited on Apr 1, 2026

No findings