Home | History | Annotate | Download | only in util

Lines Matching refs:GEOMETRY

20 	wm geometry $w +$W+0
31 wm geometry $w +$x+$y
301 - Desktop Size (Geometry WxH and pixel depth)
1740 will run cmd. If present, %GEOMETRY is expanded to a desired
1741 +X+Y geometry. If present, %TITLE is expanded to a desired title.
4030 #wm geometry .plink +700+500
4031 wm geometry .plink -40-40
4761 catch {wm geometry . "-40-40"}
5145 proc unix_terminal_cmd {{geometry "+100+100"} {title "xterm-command"} {cmd "echo test"} {bg 0} {xrm1 ""} {xrm2 ""} {xrm3 ""}} {
5176 regsub -all {%GEOMETRY} $tcmd $geometry tcmd
5213 exec xterm -sb -sl 2000 -geometry "$geometry" -title "$title" -e sh -c "$cmd" 2>@stdout &
5215 exec xterm -sb -sl 2000 -geometry "$geometry" -title "$title" -xrm "$xrm1" -xrm "$xrm2" -xrm "$xrm3" -e sh -c "$cmd" 2>@stdout &
5219 exec xterm -sb -sl 2000 -geometry "$geometry" -title "$title" -e sh -c "$cmd" 2>@stdout
5221 exec xterm -sb -sl 2000 -geometry "$geometry" -title "$title" -xrm "$xrm1" -xrm "$xrm2" -xrm "$xrm3" -e sh -c "$cmd" 2>@stdout
7541 set geometry [xterm_center_geometry]
7556 unix_terminal_cmd $geometry "SHELL to $hp" "$cmd"
7561 unix_terminal_cmd $geometry "SHELL to $hp" "$cmd" 1
7993 set geometry [xterm_center_geometry]
8037 unix_terminal_cmd $geometry "$sstx $hptx" \
9857 set geometry [xterm_center_geometry]
9859 unix_terminal_cmd $geometry "Running OpenSSL" "$cmd"
14629 a fraction, e.g. 0.75 or 3/4, or a WxH geometry, e.g. 1280x1024,