The time now is Wed 19 Jun 2013, 11:11
All times are UTC - 4 |
| Author |
Message |
aragon
Joined: 15 Oct 2007 Posts: 1691 Location: Germany
|
Posted: Wed 07 Jan 2009, 07:22 Post subject:
Ratpoison Window Manager |
|
Home: http://www.nongnu.org/ratpoison/
Version: 1.4.3
| Quote: |
Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modelled after GNU Screen which has done wonders in the virtual terminal market.
The screen can be split into non-overlapping frames. All windows are kept maximized inside their frames to take full advantage of your precious screen real estate. |
To start, log out and type
Basic commands:
Ctrl-T + c = creates a new terminal
Ctrl-T + n = shows the next window
Ctrl-T + k = closes the actual window
Config file is /root/.ratpoisonrc
Manpage is at /usr/share/doc/ratpoison/ratpoison.1.html
For help on keystrokes type Ctrl-T + ?
Online-Doc is at http://www.nongnu.org/ratpoison/doc/
Added setting in .ratpoisonrc
Ctrl-T + a = Clock and Calendar
Ctrl-T + y = Directinput for commands
Ctrl-T + b = Directinput for url opens defaultbrowser with url
Ctrl-T + f = Directinput for searchword opens pfind with searchresult
All input/output will be through the status bar at the upper right corner.
Works with rox-desktop, but as windows are always fullscreen, this does only 'help', if no window is opened. Does not work well with a panel like fbpanel.
Cheers
aragon
| Description |
|
| Filesize |
90.01 KB |
| Viewed |
2111 Time(s) |

|
| Description |
|

Download |
| Filename |
ratpoison-1.4.3.pet |
| Filesize |
137.05 KB |
| Downloaded |
637 Time(s) |
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
gerry
Joined: 26 Jul 2007 Posts: 944 Location: England
|
Posted: Wed 07 Jan 2009, 15:46 Post subject:
|
|
Thanks, but I can't get it to work on the Acer Aspire One. This has Openbox as the wm. It installed ok, but when I exit to a prompt (control-alt-backspace) and type "xwin ratpoison" BOTH wm's start at once, creating a non-functional mess that needs power-off to stop.
I need to find out how to prevent Openbox from starting.
Heyho... Gerry
|
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1691 Location: Germany
|
Posted: Thu 08 Jan 2009, 03:56 Post subject:
|
|
hi gerry,
sorry to hear that. maybe contact plinej or gray, they seem to be very famliliar with openbox.
cheers
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
jamesjeffries2
Joined: 27 Apr 2008 Posts: 196
|
Posted: Tue 21 Apr 2009, 12:11 Post subject:
|
|
| Quote: |
I need to find out how to prevent Openbox from starting. |
it could be that openbox is started in you /root/.xinitrc file.
please could you show us what is in it?
|
|
Back to top
|
|
 |
ttuuxxx

Joined: 05 May 2007 Posts: 10720 Location: Ontario Canada,Sydney Australia
|
Posted: Tue 21 Apr 2009, 13:12 Post subject:
|
|
| jamesjeffries2 wrote: | | Quote: |
I need to find out how to prevent Openbox from starting. |
it could be that openbox is started in you /root/.xinitrc file.
please could you show us what is in it? |
also check /etc/windowmanager and type the WM you want to run like
jwm
icewm-sessions
openbox
etc
then just restartx server and your new window manager will run.
ttuuxxx
_________________ http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games

|
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1691 Location: Germany
|
Posted: Tue 21 Apr 2009, 14:01 Post subject:
|
|
old thread,
solution might be that fbpabel/lxpanel are directly called from xinitrc if installed.
open
near end of file
| Code: | #v3.95 support fbpanel tray/taskbar...
#only launch tray for w.m. without inbuilt tray...
if [ "$CURRENTWM" != "jwm" -a "$CURRENTWM" != "icewm" ];then
[ -f /usr/bin/fbpanel ] && fbpanel &
[ -f /usr/bin/lxpanel ] && lxpanel &
fi |
change only line if [ "$CURRENTWM" .... to
| Code: | ...
if [ "$CURRENTWM" != "jwm" -a "$CURRENTWM" != "icewm" -a "$CURRENTWM" != "ratpoison" ];then
... |
save and restart X.
Maybe this helps.
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|