Re: [dev] List of tools for a CLI environment

2011-10-25 Thread Bastien Dejean
mikshaw a écrit : > What about > ls /usr/{,local}/bin ls /usr{,/local}/bin

[dev] [dwm] BadAtom error

2011-10-25 Thread helma
Running the example code at the bottom of https://github.com/wedesoft/hornetseye-xorg results in the following error: X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 18 (X_ChangeProperty) Atom id in failed request: 0x0 Serial number of failed re

Re: [dev] List of tools for a CLI environment

2011-10-25 Thread Bjartur Thorlacius
On 10/25/11, Bastien Dejean wrote: > ls /usr{,/local}/bin > Or ls /usr/*/bin. Listing directories surely must be preferred over listing just directories in /usr.

Re: [dev] List of tools for a CLI environment

2011-10-25 Thread mikshaw
- Original Message - > From: Kurt H Maier > > can be extended: > > ls /{,usr/{,local/}}{,s}bin > I was trying to work that one out yesterday, but nested brackets often make my head spin. Thanks.

Re: [dev] List of tools for a CLI environment

2011-10-25 Thread mikshaw
- Original Message - > From: Bastien Dejean > > mikshaw a écrit : > >> What about >> ls /usr/{,local}/bin > > ls /usr{,/local}/bin > Thanks for the correction

Re: [dev] List of tools for a CLI environment

2011-10-25 Thread Džen
On 25/10/2011 03:56, Evan Gates wrote: Really wish I had an undo send feature... (IFS=:; ls $PATH) couldn't do better. -- Džen

Re: [dev] [dwm] x11 corner case bug

2011-10-25 Thread Anselm R Garbe
On 25 October 2011 00:08, Kurt H Maier wrote: > On Mon, Oct 24, 2011 at 4:28 PM, Anselm R Garbe wrote: >> Unmapping proved to be a bit slower, which is why I used the window >> moving trick. I guess the best is to move the windows into negative x >> land to have a proper fix. > > How much slower?

Re: [dev] [dwm] BadAtom error

2011-10-25 Thread Anselm R Garbe
On 25 October 2011 13:08, wrote: > Running the example code at the bottom of > https://github.com/wedesoft/hornetseye-xorg results in the following > error: > > X Error of failed request:  BadAtom (invalid Atom parameter) >  Major opcode of failed request:  18 (X_ChangeProperty) >  Atom id in fai

[dev] Bugs in dwm

2011-10-25 Thread pancake
Ive two issues on dwm to report. Maybe they are already known.. 1) gtk3 apps when resized by using the corner widget (see gedit for example) got hanged an capture the mouse. Only solution is to go to console and kill it. Else your X got fucked up. This bug only happens in dwm. The other wm work

Re: [dev] Bugs in dwm

2011-10-25 Thread Kurt H Maier
On Tue, Oct 25, 2011 at 4:52 PM, pancake wrote: > 1) gtk3 apps when resized by using the corner widget (see gedit for example) > got hanged an capture the mouse. Only solution is to go to console and kill > it. Else your X got fucked up. This bug only happens in dwm. The other wm > work fine this