Re: [dev] wmii opening new windows in same tag

2011-01-29 Thread loz.accs
Hi, Thomas. I don't see anything about "group=0" in wmii documentations. Where documentation for current wmii. if it exists, can be found? Or read wmii sources is the only way to learn this?) 2011/1/28, Thomas Dahms : > Hi, > > On Fri, 28 Jan 2011 00:08:49 +0100, Eitan Goldshtrom > wrote: > >> Hi

Re: [dev] wmii 3.9.2 broke notify-send

2011-01-29 Thread loz.accs
Hi, Eitan. I just test notify-send on my wmii-3.9.2-r2 and notification normally appears no matter what urgency specified. So I don't think that notifiy-send was broken in 3.9.2. Did you change anything except wmii? 2011/1/29, Eitan Goldshtrom : > Since upgrading to 3.9.2 I noticed that notify-sen

[dev] Lock mouse focus on window

2011-01-29 Thread Samuel Baldwin
Is there a way to manually lock mouse focus on a window? I'm running a game in wine and the mouse leaves the window once I get to the edge. Since the game is an FPS this isn't really acceptable. Even if I fullscreen the app the mouse just stops when it gets to the window, which doesn't really work

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Claudiu Bucur
sure, i agree. I am working on it. i have never compiled anything from scratch. portage takes care of that in gentoo. here is my modified autologin script. it does not work. it takes me to gmail.com but wont log me in. do you see anything wrong? #!/bin/sh read -p "Username: " name read -p "Pass

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Justin Pogue
config.h is located in the same directory as the surf source that you compiled. make your changes and recompile it. Not to sound like a jerk either but it sounds like you could benefit greatly from some basic background reading on linux in general. On Sat, Jan 29, 2011 at 9:53 PM, Claudiu Bucur

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Claudiu Bucur
i figured out how to use that script but it doesnt quite do what i have in mind. is there a way to have surf remember passwords as I log into websites i browse for later use? also, where is config.h located On Sat, Jan 29, 2011 at 10:41 PM, Kurt H Maier wrote: > On Sat, Jan 29, 2011 at 10:38

[dev] Stali

2011-01-29 Thread Justin Pogue
I know this list is mainly for dwm and wmii, but I'm wondering if there's any word yet on how far out a first release of Stali is? It looks really cool.

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Kurt H Maier
On Sat, Jan 29, 2011 at 10:38 PM, Jacob Todd wrote: > You managed to install gentoo but don't know how to check your $PATH? ... Gentoo doesn't require a whole lot of knowledge to use. It just requires a Windows computer with a copy of IE pointed at the Gentoo wiki. -- # Kurt H Maier

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Jacob Todd
You managed to install gentoo but don't know how to check your $PATH? ... echo $PATH

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Claudiu Bucur
thank you. how do i find how my $PATH looks like? where is config.h? how do i know when my session expires? On Sat, Jan 29, 2011 at 9:55 PM, Rob wrote: > > does it matter where I save it? > No, somewhere in your $PATH would be useful for the last question though. > > > is there a surf config

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Rob
> does it matter where I save it? No, somewhere in your $PATH would be useful for the last question though. > is there a surf config file? Yes, mainly for key bindings and file locations (config.h). > do i have to run it every time i use surf? Only each time your session expires.

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Claudiu Bucur
does it matter where I save it? is there a surf config file? do i have to run it every time i use surf? On Sat, Jan 29, 2011 at 8:55 PM, Rob wrote: >> where do I paste the autologin script shown here > > Save it as a shell script and run it. > >

Re: [dev] question about surf browser and saving passwords

2011-01-29 Thread Rob
> where do I paste the autologin script shown here Save it as a shell script and run it.

[dev] question about surf browser and saving passwords

2011-01-29 Thread Claudiu Bucur
where do I paste the autologin script shown here (http://surf.suckless.org/files/autologin) for surf web browser? Is there a surf config file I can mess with? I am using gentoo linux. Thank you

Re: [dev] [dwm] segfault with xrandr dual-head setup

2011-01-29 Thread Rob
> gdb gives me this output: > > Program terminated with signal 11, Segmentation fault. > #0  0x0804b157 in arrangemon (m=0x9280688) at dwm.c:382 > 382             strncpy(m->ltsymbol, m->lt[m->sellt]->symbol, sizeof > m->ltsymbol); > Can you give details of the variables? (print m->lt) Continue t

Re: [dev] [dwm] segfault with xrandr dual-head setup

2011-01-29 Thread Pascal Wittmann
On 01/29/2011 09:26 PM, Rob wrote: >> Now I can work on VGA normal, but on LVDS I can only use the first >> workspace. If I try to switch (moving windows on workspaces works) dwm >> crashes and I see this segfault in dmesg: >> >> dwm[26627]: segfault at 0 ip 0804b157 sp bfbbe680 error 4 in >> dwm[8

Re: [dev] onscreen keyboards (xvkbd), dwm, and dmenu (part II with a patch to dwm)

2011-01-29 Thread Łukasz Pankowski
Peter John Hartman writes: > Hi folks, > > A few things: > > 1. Below is a very simple patch to dwm to make it play nice with onscreen > keyboards. It could be improved, and especially I want to implement > this: > > * If the osk (on screen keyboard, e.g., xvkbd) has the focus but it is > focus

Re: [dev] [dwm] segfault with xrandr dual-head setup

2011-01-29 Thread Rob
> Now I can work on VGA normal, but on LVDS I can only use the first > workspace. If I try to switch (moving windows on workspaces works) dwm > crashes and I see this segfault in dmesg: > > dwm[26627]: segfault at 0 ip 0804b157 sp bfbbe680 error 4 in > dwm[8048000+a000] > > Any ideas? Recompile dw

[dev] [dwm] segfault with xrandr dual-head setup

2011-01-29 Thread Pascal Wittmann
Hi, I've set up dual head using "xrandr --output VGA --mode 1024x768 --right-of LVDS". Then every window from LVDS is shifted to VGA, so LVDs is empty (Is that normal?). Now I can work on VGA normal, but on LVDS I can only use the first workspace. If I try to switch (moving windows on workspaces

[dev] [ii][patch] fix custom command regression

2011-01-29 Thread Hiltjo Posthuma
Hi, I noticed a possible regression bug introduced in changeset 84. Afaics it only allows sending custom commands with one character so it doesnt send "/something". I attached a patch to fix this. Kind regards, Hiltjo Posthuma. ii-custom-command-regressionfix.diff Description: Binary data

[dev] onscreen keyboards (xvkbd), dwm, and dmenu (part II with a patch to dwm)

2011-01-29 Thread Peter John Hartman
Hi folks, A few things: 1. Below is a very simple patch to dwm to make it play nice with onscreen keyboards. It could be improved, and especially I want to implement this: * If the osk (on screen keyboard, e.g., xvkbd) has the focus but it is focused on, say, app Q, then app Q and not osk shou

[dev] wmii 3.9.2 broke notify-send

2011-01-29 Thread Eitan Goldshtrom
Since upgrading to 3.9.2 I noticed that notify-send doesn't bring up a notification in Ubuntu anymore unless I specify -u critical. This is particularly annoying for programs like Pidgin where I rely on those notifications for knowing if someone sent me a message because I like to keep all of t