LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-29-2022, 04:03 AM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
How to start fspanel at the bottom left of the monitor/screen (Xorg)?


Hello,

How to start fspanel at the bottom left of the monitor/screen (Xorg)?

Is it possible to force this position at start?

kind regards
 
Old 08-30-2022, 08:06 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,363
Blog Entries: 28

Rep: Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148
Probably.

Please provide more information.

I did a web search for fspanel and found many different meanings for the term, some Linux-related and some not. Which one are you referring to and what desktop environment/window manager are you using.
 
Old 08-30-2022, 11:56 PM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
tinywm


--geometry=WIDTHxHEIGHT+XOFF+YOFF
Set size and/or position. Through its control sequences the xterm only recognize positive XOFF and YOFF offsets, which are pixels relative to the upper left hand corner of the display. xtermcontrol is therefore unable to handle negative offsets as described in the X Geometry Specifications and therefore truncates negative values to zero.

So it would require to modify fspanel.c
cc -lX11 source/x11/fspanel.c -o source/bin/fspanel

here the code of fspanel.c :
https://termbin.com/0yss
 
Old 08-30-2022, 11:57 PM   #4
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
scr_screen = DefaultScreen (dd);
scr_depth = DefaultDepth (dd, scr_screen);
scr_height = DisplayHeight (dd, scr_screen);
scr_width = DisplayWidth (dd, scr_screen);
root_win = RootWindow (dd, scr_screen);

Only the position is needed.

see fspanel.c, here the code of fspanel.c :
https://termbin.com/0yss
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer detecting right-click as left-click, left-click as left-click and middle with 2 fingers pressed as right-click Festerdam Linux - Newbie 5 06-19-2017 05:41 PM
Configuration for FSPANEL ? Xeratul Linux - Software 9 02-21-2017 03:28 PM
[SOLVED] Where can I find fspanel documentation or fspanel.conf ? alanv Linux - Newbie 3 11-03-2010 01:42 PM
mouse 'runs' back to bottom left of screen. clifford227 Linux - Newbie 1 12-17-2009 01:56 PM
Mouse freeze then after being toggled, it stays in bottom left corner of screen SuSE_User Linux - Games 1 02-16-2004 10:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 06:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration