You are not logged in.

#1 2013-01-18 23:27:54

slot
Member
Registered: 2008-09-08
Posts: 65

Recently used applications sections in openbox menu?

Hello, I just started using openbox with openbox-menu and I find it is great. I am wondering if it is possible to make it generate a section containing the applications I recently used?

I don't seem to be able to google it, any ideas?

(Or maybe other menu generators could do this - like Alan? (https://bbs.archlinux.org/viewtopic.php?id=131628))

Thanks

Last edited by slot (2013-01-18 23:29:06)

Offline

#2 2013-01-19 00:49:46

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: Recently used applications sections in openbox menu?

In order to even begin creating such a menu, you would need to have a list of recently launched applications. One way to keep accomplish this is to use an intermediate script to launch all your application like:

#!/bin/sh
echo $1 >> ~/recentapps && $1

You would then launch your applications using scriptname programname. Then your pipemenu would simply read from recentapps or whatever you named the text file. I hope this helps you get started.

Offline

Board footer

Powered by FluxBB