[i3] how to get window names

2011-01-25 Thread Jan Krcmar
hi, i am trying to get names of all windows handled by the wm. is it even possible? usually (in other wms) the 'wmctrl -l' commands meets my needs. thanks fous

Re: [i3] how to get window names

2011-01-25 Thread Jan Krcmar
thanks for help i wanted to display current song from audacious. this helped me, attaching command, that tells me the information xwininfo -root -tree | grep Audacious2 | perl -ne 'print $1 if m/"(\d+[^"]*)"/;' fous 2011/1/25 Michael Stapelberg : > Hi Jan, > > Excerpts from Jan Krcmar's messag

[i3] egde snapping for floating windows

2011-01-28 Thread Jan Krcmar
hi, is there any option to turn on edge snapping of floating windows? i got used to it on fluxbox/wmii/gnome/kde thanks f.

[i3] rpm .spec file

2011-02-28 Thread Jan Krcmar
hi all, i've just written .spec file for version 3.e-bf2, maybe it would be useful rpm users, enjoy http://home.zcu.cz/~honza801/i3.spec fous

Re: [i3] rpm .spec file

2011-02-28 Thread Jan Krcmar
hehe, i didn't know about cassmodiah packages. anyway, mine works for opensuse :) 2011/2/28 Michael Stapelberg : > Hi Jan, > > 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, > Thanks. How

Re: [i3] rpm .spec file

2011-02-28 Thread Jan Krcmar
i only took the text from the web... any advices are appreciated :D 2011/2/28 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 tili

[i3] sticky tray?

2011-04-20 Thread Jan Krcmar
hi, is it possible or does anyone know about existing tray program, that stays on all workspaces for i3? i'm using dzen2+stalonetray. dzen2 completely meet my needs of bar, but i can't force stalonetray to stay on all workspaces :( thanks for hints fous

Re: [i3] egde snapping for floating windows

2011-04-21 Thread Jan Krcmar
hi, finally i've got some time to spend with i3 the 'tree' branch compiles, but i3: ev.c:2621: ev_io_start: Assertion `("libev: ev_io_start called with negative fd", fd >= 0)' failed. while starting, so i couldn test anything on this... anyway, i've got snapping patch for the master branch http

Re: [i3] egde snapping for floating windows

2011-04-22 Thread Jan Krcmar
regards fous 2011/4/22 Fernando Lemos : > Hi, > > On Thu, Apr 21, 2011 at 10:49 AM, Jan Krcmar wrote: >> finally i've got some time to spend with i3 >> the 'tree' branch compiles, but >> >> i3: ev.c:2621: ev_io_start: Assertion `("libev: ev_io_s

Re: [i3] egde snapping for floating windows

2011-04-22 Thread Jan Krcmar
ou need any additional informations? > btw, i'm trying to run i3 in the Xnest, could this be the problem? > > regards > fous > > 2011/4/22 Fernando Lemos : >> Hi, >> >> On Thu, Apr 21, 2011 at 10:49 AM, Jan Krcmar wrote: >>> finally i've got

Re: [i3] egde snapping for floating windows

2011-04-26 Thread Jan Krcmar
hi, i didn't know Xephyr... :) so, here is the patch for the tree branch http://home.zcu.cz/~honza801/i3-floating-tree.diff cheers fous 2011/4/22 Fernando Lemos : > Hi, > > On Fri, Apr 22, 2011 at 10:28 AM, Jan Krcmar wrote: >> the problem was in the Xnest, running it o

[i3] floating resize window bug

2011-05-04 Thread Jan Krcmar
hi, there is a bug in src/floating.c/floating_resize_window function it assigns BORDER_RIGHT instead of BORDER BOTTOM while resizing floating window @@ -512,7 +554,7 @@ void floating_resize_window(Con *con, bool proportional, if (event->event_y <= (con->rect.height / 2)) corner |=

[i3] i3bar input problem

2011-08-05 Thread Jan Krcmar
hi, on i3-3 i used to my dzen2 bar, while sleep 1s; do echo -n $(hostname); echo -n " | "; echo $(date); done | dzen2 using the i3bar, it displays only the last echo output while sleep 1s; do echo -n $(hostname); echo -n " | "; echo $(date); done | i3bar -d is this some feature, or b

[i3] documentation bug (split command)

2011-08-05 Thread Jan Krcmar
hi, there is a bug in the documentation http://i3wm.org/docs/4.0/userguide.html#_splitting_containers and docs/userguide wrong: Syntax: split Example: split vertical good version accoding to git/next/i3.config: Example: bindsym mod+v split vertical regards, fous

Re: [i3] i3bar input problem

2011-08-05 Thread Jan Krcmar
thanks, i've already figured out this workaround :) f. 2011/8/5 Michael Stapelberg : > Hi Jan, > > Excerpts from Jan Krcmar's message of 2011-08-05 11:34:29 +0200: >> using the i3bar, it displays only the last echo output > This is a bug, kind of. We did not get around to fixing it yet, though. >

Re: [i3] documentation bug (split command)

2011-08-05 Thread Jan Krcmar
hi, the documentation says: 'split vertical' but the right way is: 'bindsym mod+v split vertical' all the other commands are introduced with the 'bindsym' pre-command, so this is quite a bit misleading f. 2011/8/5 Michael Stapelberg : > Hi Jan, > > Excerpts from Jan Krcmar's message of 2011-08-

Re: [i3] i3bar input problem

2011-08-16 Thread Jan Krcmar
hi, there is a patch in the attachment fixing this issue fous 2011/8/5 Jan Krcmar : > thanks, i've already figured out this workaround :) > f. > > 2011/8/5 Michael Stapelberg : >> Hi Jan, >> >> Excerpts from Jan Krcmar's message of 2011-08-05 11:34:29

[i3] documentation bug "5.5 Resizing containers/windows"

2011-08-18 Thread Jan Krcmar
hi, there is a bug in the documentation http://i3wm.org/docs/4.0/userguide.html#resizingconfig in "Example:" section (wrong): = bindsym k resize grow bottom bindsym Shift+k resize shrink bottom bindsym l resize shrink top bindsym Shift+l resize grow top ... bindcode 36 mode default = a

Re: [i3] egde snapping for floating windows

2011-08-26 Thread Jan Krcmar
hi again, i've made some some other progress in the "floating windows edge snapping" feature now, the windows are snapping while moving and while resizing i've also pushed the new configuration option into the config file determining the edge snap threshold if interested, download the patch her

Re: [i3] egde snapping for floating windows

2011-10-18 Thread Jan Krcmar
hi, oops, seems i've overlooked this mail > I tried your patch with the default snap_threshold of 10 pixels. I noticed > multiple issues: > > 1) I can’t seem to position my windows within the 10 pixels to every screen >   edge (e.g. I cannot position them at x=6, y=3). It always snaps. That is a

Re: [i3] assign app to floating container

2011-12-15 Thread Jan Krcmar
hi, i'm using this kind of configuration: for_window [class="psi"] floating enable works fine jan 2011/12/15 Miguel de Val-Borro : > Hi, > > In a previous version of i3 I could assing an application to start > in floating mode with: > > assign [class="Display"] ~ > > This creates a workspace nam

Re: [i3] Problems closing i3

2012-01-11 Thread Jan Krcmar
hi, are you using the same config file too? what does the log say? jan 2012/1/11 ian : > I just installed a new Sid based distro Siduction, I chose the > lightest version with lxde which uses lightdm. I installed i3 > everything works except the ability to close i3 with mod+Shift+e. I > I have t

Re: [i3] hide floating windows

2012-03-07 Thread Jan Krcmar
hi, sounds like a nice feature to me +1 jan 2012/3/7 Michael Stapelberg : > Hi EelVex, > > Excerpts from EelVex's message of 2012-03-07 04:34:48 +0100: >> In the previous version of i3 there was command 'H' that toggled visibility >> of all floating windows. >> >> I can't find how to do this in

Re: [i3] faq.i3wm.org launched

2012-06-04 Thread Jan Krcmar
hey, this is really cool. nicely done! thanks jan 2012/6/4 Michael Stapelberg : > Hey, > > in an attempt to provide useful answers to questions about i3 and > related topics, I set up http://faq.i3wm.org/. It’s a stackexchange-like > site where you can post (or find) questions and answers. > > P

Re: [i3] Can't figure out a way to redirect screen session to workspace

2012-09-05 Thread Jan Krcmar
hi, try assign [title="mcabber"] 2 some applications change their WM_NAME after start... cheers fous 2012/9/5 Lukas Jünger : > Hi guys, > > I somehow can't figure out a way to make my mcabber screen session pop > up on workspace 2. Here is the part of my conf: > > assign [class="Firefox"] 1 > a

[i3] build problem after git archive

2012-09-19 Thread Jan Krcmar
hi, i've pulled the latest git commit 9c3ece56d20db392610ae3106d570ee47c5831e8 after doing 'git archive master' build fails on honza801@fousatko ~/src/i3-archive/src $ make fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_F

[i3] gmrun application launcher

2014-10-02 Thread Jan Krcmar
hi, does anybody use gmrun to launch applications instead of dmenu? i find gmrun much better/faster/friendlier that other launchers. what other launchers are you using? thanks fous