Hi
In section 2.1.1, "Press (M-space) ... (M-return) ...", M should be
Meta key (the windoze key), but on a fresh install of wmii-hg, it's the
Alt key which has to be used (on my system at leat), it's a bit
confusing...
I continue with the reading, thanks for this guide.
Pascal
Le Sat, 24 Oct 2009 20:27:47 +0100
Michal a écrit:
> Kris Maglione wrote:
> > wmii 3.9 Beta 1 has just been released. As usual, the source is
> > available at suckless.org:
> >
> > http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz
> > http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz.sum
> >
Hi
When lauching 'surf' from wimenu, the http_proxy variable is not respected,
while starting it from a X-terminal works as expected. Is there a way to make
wimenu aware of the environment vars (I export the http_proxy from my
~/.bashrc)?
pascal
Thanks for your answers. The thing is I don't have the problem
anymore, I rebooted the computer and now surf use the http_proxy var started
from wimenu. Running the `xmessage ...` command gave me the hint that it
worked now. Sorry for the noise,
pascal
Le Sun, 17 Jan 2010 19:50:33 +0100
Moritz Wilhelmy a écrit:
> On Sun, Jan 17, 2010 at 10:33:12AM -0800, Thayer Williams wrote:
> > On Jan 17, 2010 at 07:28 AM, Premysl Hruby wrote:
> > > On (17/01/10 16:17), Julien Pecqueur wrote:
> > > > I'm using slock and i am suprised to realize that is not
Hi
I'm wondering what's the purpose, or how to use these keybindings
...
KeyGroup Moving through stacks
Key $MODKEY-Control-$UP# Select the stack above
wmiir xwrite /tag/sel/ctl select up stack
Key $MODKEY-Control-$DOWN # Select the stack below
wmiir xwrite /tag/sel/ctl select
Le Sat, 30 Jan 2010 12:17:42 -0500
Kris Maglione a écrit:
>
> They're for default mode when you have collapsed clients. They select
> the first non-collapsed client in the given direction.
>
>
Oh, thanks a lot for the clarification. I never had collapsed windows in
default mode, just tried it,
Hi
I updated this morning to the latest hg tip and I now get this error
startx
wmii: fatal error: Xrequest code=1, Xerror code=8
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 114
Curr
Le Thu, 27 May 2010 15:25:32 +0200
orsch...@googlemail.com a écrit:
> Hello Andreas,
>
> your solution is almost working. The only thing that doesn't fit is
> the length of the output. de/pl should only by two letters but in the
> output there are a plenty of blanks before. I assume this happens
Le Thu, 27 May 2010 11:35:31 -0400
Kris Maglione a écrit:
>
> Yes, uname -a would help, along with any custom build flags.
>
uname -a:
Linux shanti 2.6.34-ARCH #1 SMP PREEMPT Mon May 17 08:36:58 UTC 2010 i686
Intel(R) Pentium(R) M processor 1.73GHz GenuineIntel GNU/Linux
I don't use any custom
Hi,
I started over by uninstalling wmii, removing the source directory and pulling
the source again and now wmii runs just fine, sorry for the noise.
Pascal
Hi
glibc has been updated to 2.12 in archlinux and now wmii (both release and -hg)
despite building without errors will abort at the beginning of the process. On
the tty it simply states "aborted" , and on the DISPLAY the screen is black and
the bar empty, in a frozen state. Reverting to glibc-2.1
Le Sun, 30 May 2010 11:25:28 -0400
Kris Maglione a écrit:
> On Sun, May 30, 2010 at 04:32:02PM +0200, pascal wrote:
> >glibc has been updated to 2.12 in archlinux and now wmii (both
> >release and -hg) despite building without errors will abort at
> >the beginning of the p
quot;)
I wonder if that's the right place to put it, and if it could be included in
the default configuration?
Regards, pascal
do:
>
> @defmonitoR(colors=wmii['focuscolors'], name='time')
> def s9time(self):
> return time.strftime('%H:%M:%S %Z')
> @defmonitor(interval=60)
> def s9date(self):
> return time.strftime('%a, %d %b')
>
It's a detail but I prefer to read for example "Dim, 30 Mai"
instead of "Sun, 30 May".
Pascal
Hi Kris
Thanks for the wmiirc_local.py example. I used it as a base for mine.
I'm having some troubles to figure out the "mixer" plugin. I thought I would try
to write an equivalent myself before asking, but I can't, I'm getting headaches.
Would you mind posting yours?
Pascal
On 07/08/2010 03:09 PM, Yue Wu wrote:
Hi, I'm using bblean[http://bb4win.sourceforge.net/bblean/] on windows,
but I miss dwm, is there a port for it on windows?
There is a dwm-port[1], but imo it is not very usable.
[1] http://www.brain-dump.org/projects/dwm-win32/
t big
effort) to write such a function?
thanks,
pascal
On 08/08/2010 11:23 AM, Sean Whitton wrote:
Hi,
On Sat, Aug 07, 2010 at 10:01:47PM +0200, Pascal Wittmann wrote:
I tried to write a function that spawns a window/client and makes it
floating, but with no success. I looked a the spawn function, but I
have no idea how to get/alter the isfloating
It's set in config.h:
static const float mfact = 0.55; /* factor of master area size
[0.05..0.95] */
On 08/12/2010 07:50 PM, Jaime Villarreal wrote:
thanks again Valentin.
After hacking a bit with the code I figured out that I can set the m->mfact
variable to a different value in order t
s 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?
Kind regards,
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
On 01/29/2011 11:26 PM, Rob wrote:
>> 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 deta
27;m annoyed of this mouse-focus behavior for some
time, but never got down to change it.
Pascal
On 05/30/2011 09:56 PM, Sir Cyrus wrote:
> Is it possible to have the status bar in dwm show non-ASCII
> characters? Not sure if this is an internal issue or a problem with
> the default Terminus font, but it hasn't worked with any fonts I've
> tried.
>
> A trivial example:
> http://i.imgur.com/4S
On 08/20/2011 10:50 AM, Bastien Dejean wrote:
> Steven Blatchford a écrit :
>
>> An IRC discussion on Jul 03, 2011 suggested to use 'import'.
>
> What is the equivalent in import to the -s argument in scrot?
Just call 'import filename' and drag your mouse over the area. Only
clicking will make a
On 08/31/2011 02:09 PM, Rafa Garcia Gallego wrote:
> Hi,
>
> I sometimes use sandy in a SSH session, so I wrote some code around
> dmenu to have it work in the console. The resulting program takes
> input from stdin, reopens the tty, prints the UI to stderr, gets your
> input (again from stdin) an
On 09/06/2011 02:57 PM, Bastien Dejean wrote:
> Hi,
>
> Is there any patch to rotate the list of clients?
> E.g. 0 becomes 1, 1 becomes 2, ..., n - 1 becomes 0.
> (Same principle in the opposite direction.)
>
> Sayonara,
Try this:
http://dwm.suckless.org/patches/movestack
signature.asc
Descr
On 09/06/2011 03:11 PM, Pascal Wittmann wrote:
> On 09/06/2011 02:57 PM, Bastien Dejean wrote:
>> Hi,
>>
>> Is there any patch to rotate the list of clients?
>> E.g. 0 becomes 1, 1 becomes 2, ..., n - 1 becomes 0.
>> (Same principle in the opposite directio
Hi Markus,
On 01/14/2015 10:42 PM, Markus Teich wrote:
> since I was tired of fetching lots of unneeded html and js and images just to
> get a weather forecast, I wrote wego[0]. Comments welcome.
Looks great! I will give it a try in the next few days.
Pascal
signature.asc
Descr
On 09/05/2018 06:04 PM, Pickfire wrote:
> Silvan Jegen wrote:
>
>> Heyho
>>
>> The site is down and I get a "502 Bad Gateway" response from Nginx.
>>
>> ( http://www.thewebsiteisdown.com/ )
>>
>>
>> Cheers,
>>
>> Silvan
>
> Yeah, I also got that while I was doing live streaming for meetup just
On 11/16/2011 10:30 PM, Justin Pogue wrote:
> On Wed, Nov 16, 2011 at 3:20 PM, Guilherme Lino wrote:
>> hello
>> Is there any way to dim the brightness or gamma of dwm unfocused windows??
>> cumps
>>
>>
>> --
>>
>> Guilherme Lino
>>
>
> Not that I know of for *all* windows, but if I remember righ
On 01/26/2012 07:12 PM, Dennis Yurichev wrote:
> I'm running rdesktop from terminal window with -f option meaning
> full-screen. But when I try to escape from it by pressing
> RCtrl-RAlt-Enter, rdesktop tries to change its window's geometry but
> can't, and stays in full-screen mode. Is there somet
33 matches
Mail list logo