Re: Drop Down Prompt

2015-05-20 Thread Alexis BRENON
oticed a feature that I haven't seen in awesome, maybe it's > available though an external script I'm not aware of, but. > > mod-r gives me an prompt where I can type programs I want to open, > there's a way to this same prompt gives me a drop down options with last > commands I typed or something similar ? > > >

Re: Drop Down Prompt

2015-05-20 Thread Hacksign
try 'launchy' On 2015年05月21日 08:59, Jeferson Lesbao wrote: Hi, Today I noticed a feature that I haven't seen in awesome, maybe it's available though an external script I'm not aware of, but. mod-r gives me an prompt where I can type programs I want to open, there&#x

Drop Down Prompt

2015-05-20 Thread Jeferson Lesbao
Hi, Today I noticed a feature that I haven't seen in awesome, maybe it's available though an external script I'm not aware of, but. mod-r gives me an prompt where I can type programs I want to open, there's a way to this same prompt gives me a drop down options with last

Re: Start urxvtc from the prompt box and run a script.

2013-11-18 Thread William Tomlinson
On Mon, Nov 18, 2013 at 3:05 AM, Pete wrote: > Hi Guys, > > I have a script that checks for a session in tmux and either attaches to > the session or creates the session. I'd like to be able to run this from > the prompt box. I thought that if I check to see if I'm

Start urxvtc from the prompt box and run a script.

2013-11-18 Thread Pete
Hi Guys, I have a script that checks for a session in tmux and either attaches to the session or creates the session. I'd like to be able to run this from the prompt box. I thought that if I check to see if I'm running an interactive shell, I could either run the script or star

Re: prompt uses english keymap instead of XKBLAYOUT="de"

2013-01-30 Thread Kelly Clowers
On Wed, Jan 30, 2013 at 7:37 AM, elmar bucher wrote: > Hej Kelly > > Try on your shell: > awesome --version > > then you will know you full awesome version. > > So long, Elmar Thanks, but I should have clarified: I am at work and do not have access to my home machine with awesome. It's XP for me

Re: prompt uses english keymap instead of XKBLAYOUT="de"

2013-01-30 Thread elmar bucher
Hej Kelly Try on your shell: awesome --version then you will know you full awesome version. So long, Elmar On 30 January 2013 17:22, Kelly Clowers wrote: > On Wed, Jan 30, 2013 at 3:15 AM, Max Buelte wrote: > > You can try to set the correct keyboard layout directly in your > ~/.xinintrc

Re: prompt uses english keymap instead of XKBLAYOUT="de"

2013-01-30 Thread Christopher Schmidt
Thomas Koch writes: > since my last awesome update to 3.4.14 my awesome prompt uses the > english keymap although /etd/default/keyboard contains: XKBLAYOUT="de" > > All applications and the ttys1-6 use the german keyboard layout. I'm > on Debian (unstable + experim

Re: prompt uses english keymap instead of XKBLAYOUT="de"

2013-01-30 Thread Kelly Clowers
On Wed, Jan 30, 2013 at 3:15 AM, Max Buelte wrote: > You can try to set the correct keyboard layout directly in your ~/.xinintrc > like: > > setxkbmap -model pc105 -layout de -variant nodeadkeys,intl > > This should ensure, that X is running with the correct one. And awesome > should use this

Re: prompt uses english keymap instead of XKBLAYOUT="de"

2013-01-30 Thread Max Buelte
Hi, > > since my last awesome update to 3.4.14 my awesome prompt uses the english > keymap although /etd/default/keyboard contains: > XKBLAYOUT="de" > > All applications and the ttys1-6 use the german keyboard layout. I'm on > Debian > (unstable + ex

prompt uses english keymap instead of XKBLAYOUT="de"

2013-01-30 Thread Thomas Koch
Hi, since my last awesome update to 3.4.14 my awesome prompt uses the english keymap although /etd/default/keyboard contains: XKBLAYOUT="de" All applications and the ttys1-6 use the german keyboard layout. I'm on Debian (unstable + experimental). Where could I start to s

Re: extending the functionality of the run prompt

2012-03-31 Thread alan moore
a for this: awful.key({ modkey }, "r", function () local promptbox = mypromptbox[mouse.screen] awful.prompt.run({ prompt = promptbox.prompt }, p

Re: extending the functionality of the run prompt

2012-03-31 Thread Alexander Yakushev
quot;, function () local promptbox = mypromptbox[mouse.screen] awful.prompt.run({ prompt = promptbox.prompt }, promptbox.widget,

extending the functionality of the run prompt

2012-03-30 Thread alan moore
Greetings! I am trying to work out how to hack the run dialog in awesome so that it can handle URLs. Basically, I want it to detect when I type in any kind of URL and pass it to xdg-open. I have a pretty good idea of how that actual bit of code should look, but what's the simplest way to ov

Re: Incremental client selection through a prompt

2011-07-01 Thread Radosław Szymczyszyn
Regards, Radek 2011/7/1 Sébastien Delafond : > Hi, > > I was wondering how to incrementally select a client by name, among all > clients on the current tag (across all tags would work too), sort of > like emacs' incremental search: I'd just start to type a few characte

Incremental client selection through a prompt

2011-07-01 Thread Sébastien Delafond
Hi, I was wondering how to incrementally select a client by name, among all clients on the current tag (across all tags would work too), sort of like emacs' incremental search: I'd just start to type a few characters in a prompt, and awesome would keep dynamically selecting whate

Re: Prompt?

2011-05-17 Thread Thorsten Sperber
Am 17.05.2011 11:48, schrieb Piter_: Hi all. Is $path for bash and for awesome prompt is different? i have some scripts in ~/bin. this folder is in $path. But I cannot run them from awesome prompt. I have no problem with it in terminal. How can I fix it? Thanks. Petro. From where do you set

Prompt?

2011-05-17 Thread Piter_
Hi all. Is $path for bash and for awesome prompt is different? i have some scripts in ~/bin. this folder is in $path. But I cannot run them from awesome prompt. I have no problem with it in terminal. How can I fix it? Thanks. Petro. -- To unsubscribe, send mail to awesome-unsubscr

prompt widget patch: no history duplicates, search beginning in history

2011-04-30 Thread Massimiliano Brocchini
Hi, I want to share with you my small patch to prompt.lua to make it behave a little bit more like my ZSH configuration. It adds two features to command history management: - no duplicates in the history - write the beginning of a command then press CTRL + up/down arrows to search backward/forward

Re: tint2, awesome and app launcher prompt

2011-02-10 Thread Satoshi Hayazaki
Unfortunately, no, it doesn't :( On 10 February 2011 16:56, Anurag Priyam wrote: > > Clicking a task in the taskbar will focus the app, but won't raise it. In > > pure openbox it does work, so I'm guessing there's something about the > > interaction with awesome. > > Does adding c:raise() to the

Re: tint2, awesome and app launcher prompt

2011-02-10 Thread Anurag Priyam
> Clicking a task in the taskbar will focus the app, but won't raise it. In > pure openbox it does work, so I'm guessing there's something about the > interaction with awesome. Does adding c:raise() to the focus hook (towards the end of default rc.lua) works? client.add_signal("focus", function(c

tint2, awesome and app launcher prompt

2011-02-10 Thread Satoshi Hayazaki
tion with awesome. Also, what could I use to replace the Mod4+r prompt? I'm looking for something light and sleak, preferably somewhat like tint2/wibox launcher themselves in appearance (that is, lxlauncher and the like aren't quite what I want).

Re: Prompt run

2010-09-15 Thread Anurag Priyam
> I did not finish the job, but what I have is already working and doing 80% > of the job. It is somelike bashrun, but more simple and based on the zshell > instead of bash. > > You can check latest configs and scripts here: > http://code.google.com/p/linuxtools/source/browse/#svn/trunk/zshrun Tha

Re: Prompt run

2010-09-15 Thread DiRaven
On 09/15/2010 02:59 PM, Anurag Priyam wrote: I use slightly modified regular zshell session as a launcher. It does most of the completing job, and does it good. I am interested. Please could you post how you do it? Where can I find your configs? Ok, I found some discussion on it in the arch

Re: Prompt run

2010-09-15 Thread Anurag Priyam
>> I use slightly modified regular zshell session as a launcher. It does most >> of the completing job, and does it good. >> > > I am interested. Please could you post how you do it? Where can I find > your configs? > Ok, I found some discussion on it in the archives( search - bashrun ). Will have

Re: Prompt run

2010-09-15 Thread Anurag Priyam
Hi DiRaven, > I use slightly modified regular zshell session as a launcher. It does most > of the completing job, and does it good. > I am interested. Please could you post how you do it? Where can I find your configs? -- Anurag Priyam, 3rd Year Undergraduate, Department of Mechanical Engineeri

Re: Prompt run

2010-09-15 Thread DiRaven
On 09/15/2010 04:27 AM, velociraptor Genjix wrote: How can I change the behaviour of the run prompt so that it stops at the greedy match, rather than just completing as the first entry? I get typing a program name, tabbing, getting some random other program and insta-hitting enter. Could I

Re: Prompt run

2010-09-15 Thread Torsten Andre
velociraptor Genjix schrieb: > How can I change the behaviour of the run prompt so that it stops at the > greedy match, rather than just completing as the first entry? > I get typing a program name, tabbing, getting some random other program and > insta-hitting enter. > Could I

Prompt run

2010-09-14 Thread velociraptor Genjix
How can I change the behaviour of the run prompt so that it stops at the greedy match, rather than just completing as the first entry? I get typing a program name, tabbing, getting some random other program and insta-hitting enter. Could I change it like the terminal behaves? Couldn't

Re: Paste selection at the cursor position in prompt

2010-08-31 Thread Julien Danjou
On Sun, Aug 29 2010, immerrr wrote: Currently, on Shift+Insert selection gets inserted at the end of the prompt text and the cursor's shifted right by #selection characters. Apparently, this results in wrong behavior when the cursor is in the middle of entered text. The fix is trivial

Paste selection at the cursor position in prompt

2010-08-28 Thread immerrr
Hi there, Currently, on Shift+Insert selection gets inserted at the end of the prompt text and the cursor's shifted right by #selection characters. Apparently, this results in wrong behavior when the cursor is in the middle of entered text. The fix is trivial yet I'm not quite sure

Auto-execute prompt

2010-08-05 Thread Marcus Klemm
Hello List, I'm wondering if there was a way to automatically call the execute function on a prompt as soon as a certain amount of characters are typed. I'm working on a way to select specific clients on screen. I give all of them a two-character identifier on creation (with letters a

Re: Searchable Prompt

2010-05-24 Thread Andrei Thorp
On Mon, May 24, 2010 at 12:55 AM, Leo L. Schwab wrote: >        I've just started messing with AwesomeWM to see if I'm going to like > it, and decided that I really wanted history search in the run prompt.  So I > started hacking on prompt.lua, and ended up with this.  It'

Searchable Prompt

2010-05-24 Thread Leo L. Schwab
I've just started messing with AwesomeWM to see if I'm going to like it, and decided that I really wanted history search in the run prompt. So I started hacking on prompt.lua, and ended up with this. It's not really finished yet (lots of loose ends that need work), but

Re: Pop-Up Prompt?

2009-11-03 Thread Emmanuel Hainry
I use zenity to get pop-up dialogs. I have in particular a small script for tagging photos that relies on zenity (and exiftool) which I run from within feh. Unfortunately, when feh is in fullscreen, the dialog pops under and steals the focus from feh. So feh is unusable as it no longer is focused a

Re: Awesome + uzbl (Was: Pop-Up Prompt?)

2009-10-31 Thread Gerry LaMontagne
On Sat, Oct 31, 2009 at 11:34:08PM +0100, Paweł Zuzelski wrote: > On Sat, 31 Oct 2009, Gerry LaMontagne wrote: > > > I was wondering if anyone knew off the top of their head if it's possible > > to create pop-up prompt boxes? I'm guessing yes, but I haven't >

Re: Pop-Up Prompt?

2009-10-31 Thread Gerry LaMontagne
On Sat, Oct 31, 2009 at 03:48:15PM +0100, Gregor Best wrote: > As I'm the maintainer of obvious, I should probably suggest its > popup_run item which basically does what you want. I myself use dmenu > with uzbl though because I have a neat shell script around which caches > entries made, thus servi

Awesome + uzbl (Was: Pop-Up Prompt?)

2009-10-31 Thread Paweł Zuzelski
On Sat, 31 Oct 2009, Gerry LaMontagne wrote: > I was wondering if anyone knew off the top of their head if it's possible to > create pop-up prompt boxes? I'm guessing yes, but I haven't > looked into it thoroughly yet and, yes, I'm being lazy coming here to see if

Re: Pop-Up Prompt?

2009-10-31 Thread Gregor Best
As I'm the maintainer of obvious, I should probably suggest its popup_run item which basically does what you want. I myself use dmenu with uzbl though because I have a neat shell script around which caches entries made, thus serving as a history/bookmark/url box. -- GCS/IT/M d- s+:- a-- C++ UL+++

Pop-Up Prompt?

2009-10-31 Thread Gerry LaMontagne
I've been playing a little with a new browser call uzbl. It's bare bones, but really fast and extensible through a variety of means. I was wondering if anyone knew off the top of their head if it's possible to create pop-up prompt boxes? I'm guessing yes, but I ha

Re: Custom Twitter Prompt

2009-08-12 Thread the last known god
jsl4r >> >> On Wed, Aug 12, 2009 at 5:19 AM, Israel Herraiz wrote: >> >>> >>> There is also PyTwerp, that can post to Laconica servers as well as >>> Twitter: >>> >>> http://code.google.com/p/pytwerp/ >>> >>> Cheers, >>> Israel >>> >> >> to be clear, i have no problem with the script. that works fine. its >> getting the prompt to work together with the script that im having an issue >> with. >> > > > -- > Yo'av Moshe >

Re: Custom Twitter Prompt

2009-08-12 Thread Yo'av Moshe
m though. something is up with the lua function. > here is twitter-gx: > http://tinyurl.com/qjsl4r > > On Wed, Aug 12, 2009 at 5:19 AM, Israel Herraiz wrote: > >> >> There is also PyTwerp, that can post to Laconica servers as well as >> Twitter: >> >> http

Re: Custom Twitter Prompt

2009-08-12 Thread the last known god
> > Cheers, > Israel > to be clear, i have no problem with the script. that works fine. its getting the prompt to work together with the script that im having an issue with.

Re: Custom Twitter Prompt

2009-08-12 Thread Israel Herraiz
Excerpts from the's message on Aug 12, 2009 about 1 AM: > hey guys. > > im trying to hack together a custom prompt to post messages to twitter. i > found a cli twitter client called twitter-gk that i thought would > work well. There is also PyTwerp, that can post to Laconic

Re: Custom Twitter Prompt

2009-08-11 Thread Yo'av Moshe
I might be wrong, but it seems that your spawn function is missing the t' of 'gtk', and a space afterwards. Yo'av On 8/12/09, the last known god wrote: > hey guys. > > im trying to hack together a custom prompt to post messages to twitter. i > found a cli twitter

Re: Custom Twitter Prompt

2009-08-11 Thread Gwenhael Le Moine
Le Tue, 11 Aug 2009 19:17:54 -0400, the last known god a écrit : > hey guys. > > im trying to hack together a custom prompt to post messages to > twitter. i found a cli twitter client called twitter-gk that i > thought would work well. You could try to use http://luafor

Custom Twitter Prompt

2009-08-11 Thread the last known god
hey guys. im trying to hack together a custom prompt to post messages to twitter. i found a cli twitter client called twitter-gk that i thought would work well. to post using twitter-gk all i have to run is: twitter-gk this is what i have put together looking at other people's code. it d

Re: 3.3 rc4 run prompt issues

2009-05-28 Thread Julien Danjou
> > Run: /h > > becomes > > Run: / zsh completion is bugged in awesome, unfortunately. > 2. It seems the prompt doesn't recognize environment variables and special > directory shortcuts. > > /home/jacques/executable (works) > $HOME/executable

3.3 rc4 run prompt issues

2009-05-28 Thread Jacques Kvam
It's possible some of these existed in previous versions of awesome but this is the first time I have noticed them. 1. I can't use tab completion for executables not in my $PATH. For example, if I type the following Run: /h becomes Run: / 2. It seems the prompt doesn't recogn