Re: [i3] How to display in `i3bar` (via `i3status`) the amount of free memory

2015-09-16 Thread Axel Wagner
Ciprian Dorin Craciun writes: > The whole purpose of `i3status` is that it's lightweight both in terms > of resources and OS calls. Wrapping it in a script that each second > spawns a bunch of processes just to add memory usage is counter to its > purpose... Just in case you are using i3bar in h

Re: [i3] How to get i3wm statically linked?

2014-12-15 Thread Axel Wagner
Hi, Mike Bonar writes: > https://faq.i3wm.org/question/68/how-to-build-and-install-i3-from-sources/ > > How to build from source. this does not answer, how to link it statically. I have no real idea how to do that (and if it's possible) either. I tried building using LDFLAGS=-static and replaci

Re: [i3] i3-msg - move all/some workspaces to another output

2014-10-14 Thread Axel Wagner
e has a race-free way of doing that, I would be glad to hear it ;) I guess one way *might* be to unroll the loop and send all workspace-switcheroo in one ipc-command, I guess then i3 has no choice but do it sequentally in the right order… Best, Axel Wagner

Re: [i3] Suggestion: Configuration with lua

2014-10-04 Thread Axel Wagner
Hi, Timo Schmiade writes: > - Avoid maintenance of own configuration file format (features + bug > fixes) But adding the necessity to maintain a stable API towards LUA, which is a *lot* more difficult, actually. > - Is this something the i3 developers would want? This was actually discussed

Re: [i3] i3 does not swallow title correctly

2014-09-29 Thread Axel Wagner
Hi, you should really look at the i3 logs, as often windows change their titles and such *after* they are mapped and afaik firefox is a prime example of this. So the state of the window when you run Xprop is really no indication as to what you should put in your i3 config (as this is afaik applied

Re: [i3] window focus with pidgin-im

2014-07-15 Thread Axel Wagner
Hi, > which in turn leads to new chats in auto-opened mode do not get raised > to attention. if there are any hints how i can help to catch that > secret signal pidgin might be sending or not, i am happy to follow > along. I use the "message notification" plugin (comes per default, I think) and

Re: [i3] monitor dependent workspaces

2014-04-12 Thread Axel Wagner
Hi, I think the easiest way would be, to have a perl-script, that gets the currently active output over IPC and sends the command "workspace $1_{output}", when called with "scriptname n", then put into your config file something like this: bindsym 1 exec /path/to/scriptname 1 bindsym 2 exec /path/

Re: [i3] [i3lock] blur effect

2014-03-04 Thread Axel Wagner
Hi Karl, nice idea, but I don't really understand why you not just draw on i3lock's window? That way you don't have to maintain a fork, we keep the number of forks to a minimum (so… 0 hopefully ^^) and still everyone gets to implement their favourite thingy as a wrapper. You can use "xwininfo -nam

Re: [i3] conky output on i3lock

2014-01-24 Thread Axel Wagner
Since I used the wrong mail-address before, again to the mailing-list: Hi Michael, Michael Stapelberg writes: > I’m slightly confused. What would I need to merge? Your reference points > to an i3lock-external shell script (which I have attached to this > message, so that it doesn’t get lost when

[i3] conky output on i3lock

2014-01-23 Thread Axel Wagner
Hi all, there has been people who want to display time and similar statistics in a locked screen. In fact there has already been a fork [1] to do such things. If you want something similar, but don't want to follow or maintain a fork (and don't need the number of failed unlock attempts), you migh

Re: [i3] error: i3-wm: signature from "Thorsten Töpper " is unknown trust

2014-01-23 Thread Axel Wagner
Hi, this appears to be an archlinux-specific problem. Maybe you should consult the arch-forum, maybe there is a solution there. Best, Merovius

Re: [i3] Feature request: disable switching to virtual terminal with i3lock

2014-01-08 Thread Axel Wagner
Axel Wagner writes: > [1] https://github.com/dannyn/slimlock/blob/master/slimlock.cpp#L86 Ohm, scratch that, I should read before I rant, I overloocked the run/var difference. My other points are still valid, though.

Re: [i3] Feature request: disable switching to virtual terminal with i3lock

2014-01-08 Thread Axel Wagner
Hi, Izzy writes: > There's just one thing that kind of bothers me, though: with slimlock > it's possible to use an option (called 'tty_lock') which disables > switching to another virtual terminal while the screen is locked (using > VT_LOCKSWITCH). > > I think this is a nice "security feature", i

[i3] [OT] shellex - shell based launcher

2013-09-03 Thread Axel Wagner
Hi all, though not really i3-specific, there were a few people in the past who asked in the IRC-channel for a command launcher with history support and tab-completion. Some people use bashrun for that, some people where referred to shellex, an old try at a zsh based launcher of mine, which was in

Re: [i3] Containers in i3

2013-07-15 Thread Axel Wagner
Hi, Excerpts from Harry Allenby's message of 2013-07-15 07:50:39 +0200: > I'm a very literal-minded mathematician Then let me, as a fellow mathematician try to explain at least part of your questions ;) > (3) I just don't grasp the concept of a container in i3. It seems to > me that the basic ob

Re: [i3] i3bar: toggle mode

2013-04-13 Thread Axel Wagner
Excerpts from justus jonas's message of 2013-04-13 18:24:00 +0200: > What do you think? It makes everything I personally want from it possible, so a big thumbs up from me for implementing this feature I always wanted but always was to lazy to build ;) When I started writing this mail, it came to

Re: [i3] i3bar: toggle mode

2013-04-13 Thread Axel Wagner
Hi all, basically I like Michael's way, just a few additional questions/thoughts: How does the manual toggling play together with the autohiding and the urgency-hint? Because I (obviously) like the way it's done now, in general, but also would want to take advantage of an explizit hiding or showi

Re: [i3] i3bar POC: workspace button with focused window name

2013-03-21 Thread Axel Wagner
Hi, what justus said was also my first reaction. Everything you explained in your second mail is pretty much implemented conceptually, with the “caption” being called name and “identifier” being the number. The complexity of the needed ipc-script is reduced accordingly, you only need something lik

Re: [i3] i3bar POC: workspace button with focused window name

2013-03-21 Thread Axel Wagner
Hi, Excerpts from Fam Zheng's message of 2013-03-21 04:16:32 +0100: > Of course a bar option can be added too to enable/disable this > feature. Or even give some sophisticated format option for the title, > and also enable user to manually rename it. Would this feature be > useful? > > To do this

[i3] [PATCH] i3-dump-log: Correct comment to reflect truth

2012-12-13 Thread Axel Wagner
I just stumbled upon this comment in i3-dump-log. I assume, this is what was intended, as we obviously have to read. Also, a few lines later, the comment again refers to O_RDWR, though there it should actually be PROT_WRITE. Regards, Axel 0001-i3-dump-log-Correct-comment-to-reflect-truth.patch

Re: [i3] vi and ADM-3A terminal

2012-04-26 Thread Axel Wagner
Hi Daniel, Excerpts from Daniel Bolgheroni's message of 2012-04-26 16:52:01 +0200: > Are there any reasons to shift "right" the classic vi 'hjkl' directions > commands to 'hjk;'? Yes, hjk; is on the homerow, that is, you don't have to take your hands of your keyboard, while typing, to navigate y

Re: [i3] How to restart i3bar?

2012-03-27 Thread Axel Wagner
Hi, how about $ i3 restart or (if you don't want to restart the whole of i3) $ i3 reload $ BARS=$(ps -C i3bar -o args=) $ killall i3bar And then execute every line of $BARS again (I'm not that good in shellscripting, sorry)? Regards, Axel signature.asc Description: PGP signature

Re: [i3] EWMH for panels

2012-03-20 Thread Axel Wagner
Hi, Excerpts from Alexander Corvinus's message of 2012-03-20 15:21:17 +0100: > Can you please elaborate, which hints need to be set? You need to set the window-type to _NET_WM_WINDOW_TYPE_DOCK and set the _NET_WM_STRUT_PARTIAL property, which basically says how much space you want and where you w

Re: [i3] i3status patch

2012-03-11 Thread Axel Wagner
Hi, I could think of a few, maybe not that critical ones - for example you could have a hook for some updates (like ethernet or battery-status, just to name two), which sends a USR1. This would then make the information more „realtime“ with a one-second update while not putting additional stress o

Re: [i3] [PATCH] Improved i3bar hide mode behavior (In my point of view)

2012-02-22 Thread Axel Wagner
Excerpts from DR's message of 2012-02-22 10:15:41 +0100: > When the urgent workspace is currently focused, i3bar will hide as > soon as the urgent mark has gone. excellent, when this patch does, what you're saying it does, it fixes a bug, that has bothered me from the beginning, but I never had th

Re: [i3] question about 'containers'

2012-01-29 Thread Axel Wagner
Hi Alex, Excerpts from Alex V. Koval's message of 2012-01-29 17:50:32 +0100: > For example, I can not find any information what does mean 'another > container' which appears sometimes on top? This is the title of a container, that does not contain a window, but only other containers. Let me illu

Re: [i3] track changes on the doc page

2012-01-29 Thread Axel Wagner
Excerpts from Marcus Moeller's message of 2012-01-29 09:35:57 +0100: > is there a way to receive a notification if the user doc page has been > extended/changed? http://code.stapelberg.de/git/i3/atom/docs/userguide?h=master replace ”master“ by the branch you want to track. Regards, Axel sign

Re: [i3] Exchangin Mod1 and Mod3 in config file

2011-12-26 Thread Axel Wagner
Hello jorge, are you sure, that the windows key is Mod3? It's Mod4 on most systems I saw. Try looking for "Super_L" in the output of xmodmap to be sure. Kind regards, Axel signature.asc Description: PGP signature

Re: [i3] rpm .spec file

2011-02-28 Thread Axel Wagner
Hi, Excerpts from Jan Krcmar's message of 2011-02-28 18:12:20 +0100: > i've just written .spec file for version 3.e-bf2, maybe it would be > useful rpm users, great ;) But I guess „improved tiling window manager“ makes for a better slogan, than „completely written from scratch“ ;) Regards, Mero

Re: [i3] Nested key bindings?

2011-01-25 Thread Axel Wagner
Hi, if I'm not totally mistaken, the new command-parser of -tree was supposed to support command-chaining, I remember explicitly talking about that to sECuRE. So with command-chaining you could do something like the “bind Mod1+34 exec 'i3-msg "h"; i3-msg "mode default"'“-stuff with i3-internals. I

[i3] Testmail

2011-01-22 Thread Axel Wagner
This is a testmail. Hope it makes sECuRE wheep of joy ^^