Skip to content
Snippets Groups Projects
Commit c79131dc authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Beispiele und Notizen 19.4.2024

parent 34966f52
Branches
No related tags found
No related merge requests found
#include <stdio.h>
int main (void)
{
printf ("es-20240412.tex\n");
return 0;
}
streaming/home/pult/vnc6> HOME=/home/pult/vnc6 DISPLAY=:6 xwininfo -root -children
xwininfo: Window id: 0x51a (the root window) (has no name)
Root window id: 0x51a (the root window) (has no name)
Parent window id: 0x0 (none)
12 children:
0x1200088 (has no name): ("ssvncviewer" "Ssvnc") 1920x1080+0+0 +0+0
0x1200081 "chat": ("chat" "Ssvnc") 410x359+0+0 +0+0
0x20012a "Xpdf: /home/pult/vnc6/vnc-testbild.pdf": ("win" "Xpdf") 1920x1080+0+0 +0+0
0x54d (has no name): () 100x100+0+0 +0+0
0x20013f "Xpdf: Print": ("printDialog_popup" "Xpdf") 5x5+0+0 +0+0
0x20013e "Xpdf: Find": ("findDialog_popup" "Xpdf") 5x5+0+0 +0+0
0x200130 "Xpdf: About": ("aboutDialog_popup" "Xpdf") 450x300+0+0 +0+0
0x200116 (has no name): () 5x5+0+0 +0+0
0x20010e "Xpdf: Password": ("passwordDialog_popup" "Xpdf") 5x5+0+0 +0+0
0x400001 (has no name): () 10x10+-100+-100 +-100+-100
0x200002 (has no name): () 1x1+0+0 +0+0
0x200001 "xpdf.real": ("xpdf.real" "Xpdf") 1x1+0+0 +0+0
streaming/home/pult/vnc6> HOME=/home/pult/vnc6 DISPLAY=:6 xwininfo -root -children | grep Xpdf
0x20012a "Xpdf: /home/pult/vnc6/vnc-testbild.pdf": ("win" "Xpdf") 1920x1080+0+0 +0+0
0x20013f "Xpdf: Print": ("printDialog_popup" "Xpdf") 5x5+0+0 +0+0
0x20013e "Xpdf: Find": ("findDialog_popup" "Xpdf") 5x5+0+0 +0+0
0x200130 "Xpdf: About": ("aboutDialog_popup" "Xpdf") 450x300+0+0 +0+0
0x20010e "Xpdf: Password": ("passwordDialog_popup" "Xpdf") 5x5+0+0 +0+0
0x200001 "xpdf.real": ("xpdf.real" "Xpdf") 1x1+0+0 +0+0
streaming/home/pult/vnc6> HOME=/home/pult/vnc6 DISPLAY=:6 xwininfo -root -children | grep Xpdf | grep 1920x1080
0x20012a "Xpdf: /home/pult/vnc6/vnc-testbild.pdf": ("win" "Xpdf") 1920x1080+0+0 +0+0
streaming/home/pult/vnc6> HOME=/home/pult/vnc6 DISPLAY=:6 xwininfo -root -children | grep Xpdf | grep 1920x1080 | awk '{ print $1; }'
0x20012a
streaming/home/pult/vnc6> window_id=$(HOME=/home/pult/vnc6 DISPLAY=:6 xwininfo -root -children | grep Xpdf | grep 1920x1080 | awk '{ print $1; }')
streaming/home/pult/vnc6> HOME=/home/pult/vnc6 DISPLAY=:6 xdotool windowraise $window_id streaming/home/pult/vnc6> window_id=$(HOME=/home/pult/vnc6 DISPLAY=:6 xwininfo -root -children | grep ssvncviewer | awk '{ print $1; }')
streaming/home/pult/vnc6> HOME=/home/pult/vnc6 DISPLAY=:6 xdotool windowraise $window_id streaming/home/pult/vnc6>
cassini/home/peter/bo/2024ss/es/20240419> ls -l
insgesamt 24
-rwxr-xr-x 1 peter peter 15960 19. Apr 11:51 clipboard-01
-rw-r--r-- 1 peter peter 84 19. Apr 11:51 clipboard-01.c
-rw-r--r-- 1 peter peter 88 19. Apr 11:43 SCRATCH
cassini/home/peter/bo/2024ss/es/20240419>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment