Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
es
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Gerwinski
es
Commits
c79131dc
Commit
c79131dc
authored
1 year ago
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Beispiele und Notizen 19.4.2024
parent
34966f52
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
20240419/clipboard-01.c
+7
-0
7 additions, 0 deletions
20240419/clipboard-01.c
20240419/xdotool-01.txt
+33
-0
33 additions, 0 deletions
20240419/xdotool-01.txt
20240419/xsel-01.txt
+6
-0
6 additions, 0 deletions
20240419/xsel-01.txt
with
46 additions
and
0 deletions
20240419/clipboard-01.c
0 → 100644
+
7
−
0
View file @
c79131dc
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"es-20240412.tex
\n
"
);
return
0
;
}
This diff is collapsed.
Click to expand it.
20240419/xdotool-01.txt
0 → 100644
+
33
−
0
View file @
c79131dc
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>
This diff is collapsed.
Click to expand it.
20240419/xsel-01.txt
0 → 100644
+
6
−
0
View file @
c79131dc
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment