key bindings to start applications
Harry Putnam
reader at newsguy.com
Sat Aug 17 06:37:13 CEST 2002
Dmitry DELTA Malykhanov <d726f6e at SDF.LONESTAR.ORG> writes:
Just a note here... I just downloaded the full archive of past posts
and quickly discovered the discussion begun by Chris June 19 on the
topic of key binding. My answers were in it. ... sorry.
> FILE *log;
> if( (log=fopen("/tmp/XFPAGER.LOG", "a+"))!=NULL ) {
> fprintf(log, "%s", tline);
> fclose(log);
> }
Thanks, now with that in place here is the output:
With everthing commented out:
ClickTime 300
Restart
With the reported geometry in place
ClickTime 300
*xfpager.geometry +100+300
*xfpager.smallfont 5x8
Restart
With new reported geometry in place.
ClickTime 300
*xfpager.geometry +600+700
*xfpager.smallfont 5x8
But the pager hasn't budged. Thought maybe the geometry syntax was
screwed but tried `xterm -geometry +600+700 &'
It places and xterm central but low on my screen.
More information about the Xfce
mailing list