Re: ratmenu
Posted: 19. Jun 2012, 20:34
"That package" refers to user-settings-ratpoison not ratpoison.
Thanks Shador, still no joy!Shador wrote:"That package" refers to user-settings-ratpoison not ratpoison.
Code: Select all
root[macondo]# slapt-get -i user-settings-ratpoison
Reading Package Lists...Done
user-settings-ratpoison is up to date.
0 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.
Now don't forget the second part of the instructions.mimosa wrote:If you install that package, the actual menu files are placed in /etc/skel. It's a dotted directory .ratmenu
So you just need to do (as your normal user)
then possibly restart ratpoison and C-t r should work and give you the standard menus.[/b]Code: Select all
$cp -r /etc/skel/.ratmenu ~/.ratmenu
There is no menu "included" with ratmenu. You have to create one and point ratmenu to it yourself.macondo wrote:no dice.Code: Select all
bind r exec ratmenu
Code: Select all
bind r exec ~/.ratmenu/main.sh
gapan: you're a prince!gapan wrote: There is no menu "included" with ratmenu. You have to create one and point ratmenu to it yourself.that will work, provided you have copied the files over. Still, that will give you the default ratpoison menu for the ratpoison edition. Application selection and everything. So, stuff that are in the menu will not be in your system and stuff that are in your system will not be in the menu. You'll have to take care of that yourself by editing the files in ~/.ratmenu.Code: Select all
bind r exec ~/.ratmenu/main.sh