You are not logged in.

#401 2011-05-11 18:49:34

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

Phasmantistes wrote:
sunaku wrote:

Try running `startx -- :1`

Thanks for the tip, but it has exactly the same result. Here's the logfile:
http://pastebin.com/AUi1LE92

Your log file looks fine.  So the only thing I can suggest is compiling wmii from its source repository (instead of using the 3.9.2 release) because that's what I do and I have no problems:

> wmii -v
wmii-hg2786+, ©2010 Kris Maglione

Offline

#402 2011-06-01 18:52:49

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

(Screenshots for June 2011)

Still rocking wmii... since 2005! cool

  • tOHZzcQ (clean desktop)

  • tOHZzcw (dirty desktop)

Seen in these screenshots:

Last edited by sunaku (2011-06-01 19:42:43)

Offline

#403 2011-06-01 19:55:43

fifafrazer
Member
Registered: 2008-02-18
Posts: 81

Re: The wmii thread

I'm trying to use xdotool to jump to windows I am frequently using. But for some windows, it doesnt work.
It works with firefox with  "xdotool search --classname Navigator windowactivate" but not for gvim:

xdotool search --classname gvim windowactivate
XGetWindowProperty[_NET_WM_DESKTOP] failed (code=1)

If I replace windowactivate with windowkill, it actually kills the window.

I've tried with "wmctrl -xa" as well, but no luck there either. Is it just wmii not fulfilling some xorg specification?
I could probably do the search and window activation by modifying my wmiirc somehow, but that require some work smile

Offline

#404 2011-06-01 20:05:58

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

fifafrazer wrote:

I'm trying to use xdotool to jump to windows I am frequently using. [...] I've tried with "wmctrl -xa" as well, but no luck there either. Is it just wmii not fulfilling some xorg specification?

Perhaps that is a deficiency in wmii.  Please file a bug report about it on the wmii issue tracker.

fifafrazer wrote:

I could probably do the search and window activation by modifying my wmiirc somehow, but that require some work smile

In my Ruby wmiirc, there is a focus_client_from_menu action that does exactly this.  Here's how it works: it feeds a list of all current clients to wimenu and reverse-indexes the user's choice into the list and focuses that client.

Cheers.

Offline

#405 2011-06-01 21:36:53

fifafrazer
Member
Registered: 2008-02-18
Posts: 81

Re: The wmii thread

I'm using kupfer for launching applications and it also has a goto command, that takes you to the program if it is already open - and it works. As far as I can tell it uses the python keybindings to wnck to do that.
I'll file that bug report...

Offline

#406 2011-07-21 20:47:18

jon
Member
Registered: 2002-11-28
Posts: 87

Re: The wmii thread

I'm just getting started with wmii, but so far I really like it.  I do, however, have a few questions.

sunaku,

In your ruby config I've tried to set grabmod=Mod4, with some of my own custom qwerty keyboard configs with Mod4 hard-coded, but I can't seem to get Mod4/Windows Key to work as the resize key. I can only resize with the mouse using alt. Any suggestions?   

Also, I've modified the qwerty keyboard configs to make it less 'modal' to return to more of the stock key-bindings. Do you know of anyone else who is is using a ruby config with the stock keybindings, or am I crazy for rejecting the modal-ness?


Final question (to anyone):
Is wmii development dead? From just browsing the suckless website, it seems like very few people are interested in wmii. sad

Offline

#407 2011-07-21 20:59:01

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

jon wrote:

I'm just getting started with wmii, but so far I really like it.  I do, however, have a few questions.

sunaku,

In your ruby config I've tried to set grabmod=Mod4, with some of my own custom qwerty keyboard configs with Mod4 hard-coded, but I can't seem to get Mod4/Windows Key to work as the resize key. I can only resize with the mouse using alt. Any suggestions?

Set "control:keyboard:grabmod" to Mod4 in your ~/.wmii/config.yaml file:

control:
  keyboard:
    grabmod: Mod4
jon wrote:

Also, I've modified the qwerty keyboard configs to make it less 'modal' to return to more of the stock key-bindings. Do you know of anyone else who is is using a ruby config with the stock keybindings, or am I crazy for rejecting the modal-ness?

Nate is one such user, although I think he modified his qwerty bindings just like you did.  I don't know what the ideal qwerty bindings are; I use the Dvorak layout on an unconventional Kinesis Advantage keyboard. hmm

jon wrote:

Final question (to anyone):
Is wmii development dead? From just browsing the suckless website, it seems like very few people are interested in wmii. sad

Yeah, more or less.  Kris Maglione, the primary developer, has been away on an extended sabbatical.  I thought he would return to wmii development this summer, but it hasn't happened yet.  I'm just glad that wmii-hg is stable enough for every-day use. big_smile

Offline

#408 2011-07-21 21:01:17

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: The wmii thread

jon wrote:

Is wmii development dead? From just browsing the suckless website, it seems like very few people are interested in wmii. sad

I don't think so, last update done 7 weeks ago, Kris Maglione continues to work on it, although he is the sole developer now as far as I can see. It is a simple, easy, bug-free piece of great code so as far as I am concerned it needs only basic maintenance. Kris responds to suggestions for improvement/bug-fixes also via the mailing list.

However, I do think the number of users have dropped as dwm is more popular now. One nasty side of things is that the #suckless IRC channel is populated by a number of ignorant dwm fanboys who sneer at questions concerning wmii, so if you need detailed questions answered forget the IRC channel (IMHO) and use the suckless mailing list instead.

wmii does exactly what I want it to do and I have the keystrokes down pat, so I would have to be persuaded significantly that there
is a distinct advantage to using a different tiling WM.


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#409 2011-07-22 02:58:41

jon
Member
Registered: 2002-11-28
Posts: 87

Re: The wmii thread

sunaku wrote:

Set "control:keyboard:grabmod" to Mod4 in your ~/.wmii/config.yaml file:

control:
  keyboard:
    grabmod: Mod4

Hmm... it still doesn't seem to work.

The log says this:

[2011-07-21T21:52:04.056928 #11017]  WARN -- : value "Mod4" from "/home/jon/.wmii-hg/config.yaml" overrides value "Mod4" from "/home/jon/.wmii-hg/control/keyboard/common.yaml" 
in section "control:keyboard:grabmod" 

I tried setting Mod4 in multiple places, but It still doesn't work. (For floating resize/move only, for everything else Mod4 works as expected.)
However I can manually do a wmiir write /ctl  and manually set grabmod to Mod4. When I start wmii and I do

wmiir read /ctl
...
grabmod 

grabmod is blank.

However if I do a

 echo 'grabmod Mod4' | wmiir write /ctl 

My grabmod looks like

 grabmod @ 

and I can move move/resize windows with Mod4

Offline

#410 2011-07-22 03:11:36

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

jon wrote:

if I do a

 echo 'grabmod Mod4' | wmiir write /ctl 

My grabmod looks like

 grabmod @ 

and I can move move/resize windows with Mod4

Interesting, then try setting the grabmod to "@" (instead of Mod4) in your config.yaml file.

Offline

#411 2011-07-23 01:18:47

jon
Member
Registered: 2002-11-28
Posts: 87

Re: The wmii thread

sunaku wrote:

Interesting, then try setting the grabmod to "@" (instead of Mod4) in your config.yaml file.

I tried that with no luck, but I went ahead and downloaded a fresh copy of your ruby configuration files, and when I changed grabmod to Mod4 inside config.yaml it worked that time.  Not sure what the problem was before, I must have messed up another file.

Thanks for the link to Nathan's config. I'll use it as a starting point for my own.

Offline

#412 2011-08-04 18:53:36

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

(August 2011 screenshot)

Still rocking wmii... since 2005! cool
tOXJjcg

Seen in screenshot above:

Changes since last month:

  • Bar is now on top, like dwm and awesome.

  • New Unicode icons for status bar applets.

  • New Zenburn colors for focused windows.

Last edited by sunaku (2011-08-04 23:44:24)

Offline

#413 2011-09-22 10:29:31

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

(September 2011 screenshot)

Still rocking wmii... since 2005! cool

Clean:
tYWg1eg
Busy:
tYWg1eQ

Seen in screenshots above:

Changes since last month:

  • Tweaks to non-bright colors and new cyan color in xoria256 terminal color scheme.

  • Latest wmii-hg build which fixes some long-standing bugs... yikes it's alive!

  • Smarter pomodoro timer applet in wmii status bar.

$ wmii -v
wmii-hg2807+, ©2010 Kris Maglione

Last edited by sunaku (2011-09-24 07:36:25)

Offline

#414 2011-10-10 21:02:28

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

(October 2011 screenshot)

Still rocking wmii... since 2005! cool

New:
tYXIweQ (This is me playing with Xresources bold and underline color combinations from xoria256.)
Clean:
tYWg1eg
Busy:
tYWg1eQ

Seen above:

Changes since last month:

  • Notification status bar applet now integrates with notify-send(1).

$ wmii -v
wmii-hg2807+, ©2010 Kris Maglione

Offline

#415 2011-12-03 10:54:03

eDio
Member
From: Ukraine, Kyiv
Registered: 2008-12-02
Posts: 422

Re: The wmii thread

Hi all.
I've decided to try tiling experience, and after trying awesome, wmii and i3 decided to go with wmii. Now I have few questions...

1. When I run konsole with transparency enabled (xcommgr is also running) wmii title becomes transparent too. Is it possible to make wmii titlebar fully opaque regardless of transparency of the window?
2. Is it possible to search for opened window by it's name across all wmii workspaces?
3. Is it possible to resize columns with keyboard? I suspect this might be possible by some custom binding which utilizes plan9 fs, but have not performed investigation of this fs capabilities


Thanks in advance

Offline

#416 2011-12-04 12:00:32

ArchArael
Member
Registered: 2005-06-14
Posts: 504

Re: The wmii thread

eDio wrote:

I've decided to try tiling experience, and after trying awesome, wmii and i3 decided to go with wmii. Now I have few questions...

I'm curious. What made you choose wmii over i3. i3 has everything that wmii has and the multi monitor support is way better.

Offline

#417 2011-12-04 19:42:19

eDio
Member
From: Ukraine, Kyiv
Registered: 2008-12-02
Posts: 422

Re: The wmii thread

ArchArael wrote:

I'm curious. What made you choose wmii over i3. i3 has everything that wmii has and the multi monitor support is way better.

I've been confused with it's horizontal tabs layout smile . To be honest I appreciate if you let me know why you think i3 is better wink . I'm still not totally sure about my choice and willing to try something else.

Offline

#418 2011-12-05 11:51:58

ArchArael
Member
Registered: 2005-06-14
Posts: 504

Re: The wmii thread

eDio wrote:

I've been confused with it's horizontal tabs layout smile . To be honest I appreciate if you let me know why you think i3 is better wink

wmii and i3 are similar but i3 has a better multi monitor support. There are some additional features like "move output". It allows you to move containers between outputs without referring to workspaces. The last version has the systray support. Floating clients support is quite good although I use it seldom. You can move and resize the floating clients with keyboard shortcuts. You can use static and dynamic marks to mark clients and jump to them just like in vim. It is well documented and the config file is quite easy to understand and modify.

On my workstation i3 is a must.

Offline

#419 2012-01-01 22:11:12

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

cross-post: January 2012 screenshot

Back to rocking wmii (since 2005! cool) after trying DWM for a month. Lesson learned: productivity outweighs SLOC count.
tYzBqcQ  (wallpaper)

$ wmii -v
wmii-hg2811+, ©2010 Kris Maglione

Offline

#420 2012-01-01 23:19:24

eDio
Member
From: Ukraine, Kyiv
Registered: 2008-12-02
Posts: 422

Re: The wmii thread

sunaku wrote:

cross-post: January 2012 screenshot

$ wmii -v
wmii-hg2811+, ©2010 Kris Maglione

Could you please share your experience in building hg version? Any tricks, etc?
I've tried AUR package, but always get the following error

CC cmd/x11/wmii9menu.o
LD cmd/x11/wmii9menu.out
cc -o wmii9menu.out wmii9menu.o -lXinerama -lXrender -lX11 -lXrandr -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -g -ldl -g -ldl -g -ldl -L../../lib -L/usr/lib ../../lib/libstuff.a ../../lib/libregexp9.a ../../lib/libbio.a ../../lib/libfmt.a ../../lib/libutf.a /usr/lib/libixp.a
/usr/bin/ld: ../../lib/libstuff.a(xft.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /usr/lib/libdl.so so try adding it to the linker command line
/usr/lib/libdl.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[2]: *** [wmii9menu.out] Error 1
make[1]: *** [dall] Error 2
make: *** [dall] Error 2

Thanks in advance

Offline

#421 2012-01-01 23:27:38

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

I build libixp and wmii manually, not from AUR:

hg clone https://code.google.com/p/libixp
cd libixp
edit config.mk # set your desired PREFIX; for example, I use $HOME/app/suckless and have $HOME/app/suckless/bin in my $PATH
make depend && make && make install

hg clone https://code.google.com/p/wmii
cd wmii
edit config.mk # set the same PREFIX as you did for libixp
make depend && make && make install

Hope that helps. big_smile

Offline

#422 2012-01-02 17:35:05

eDio
Member
From: Ukraine, Kyiv
Registered: 2008-12-02
Posts: 422

Re: The wmii thread

sunaku
Thanks, that helped me alot. I have built wmii finally.

Now I have one configuration issue and would appreciate if you help me to resolve it smile

In the old wmii I have behaviour when all new windows are opened on selected tag regardless of whether similar windows are already present on the other tags.

/.*/ -> sel

However in new wmii, similar rule won't produce desired behavior anymore. I mean if I have, say xterm opened on tag 1, than launching xterm when tag 2 is selected will open it on tag 1 anyway.

The rule I use for this is

/.*/ tags=sel

Suggest please rule to comply with this.

Thanks in advance.

EDIT: seems like I've found the solution. group=0 seems to produce desired behavior.

Last edited by eDio (2012-01-02 17:40:47)

Offline

#423 2012-01-02 19:22:20

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

That is correct eDio; group=0 is what you want.  Look at my configuration for example.

Offline

#424 2012-06-02 20:01:37

aksr
Member
Registered: 2011-03-16
Posts: 14

Re: The wmii thread

@sunaku: I followed instructions at github. I get this: http://nopaste.info/b9fc9deb0a.html What can be done?

Offline

#425 2012-06-07 03:08:00

sunaku
Member
From: /dev/tty
Registered: 2010-09-29
Posts: 140
Website

Re: The wmii thread

aksr wrote:

@sunaku: I followed instructions at github. I get this: http://nopaste.info/b9fc9deb0a.html What can be done?

Hey @aksr, sorry for the late reply. 

If you want to use the status/weather.yaml status bar applet:

gem install barometer -v '~> 0.7.3'

If you want to use the status/music/mpd.yaml status bar applet:

gem install librmpd -v '~> 0.1'

Alternatively, you can delete the include directives that pull in those status bar applets in your config.yaml:

https://github.com/sunaku/wmiirc/blob/p … g.yaml#L11

Cheers.

Offline

Board footer

Powered by FluxBB