Re: [dev] [DWM] [dwmstatus] readname + gettemperature

2013-01-02 Thread Martti Kühne
On Thu, Jan 3, 2013 at 12:07 AM, wrote: > Good evening, > > > I created a status bar with official link on suckless.org. I used > gettemperature pattern with readline (from the page) and it works fine. > > Anyway, when I control memory leak with valgrind, 7 bytes are lost due to > gettemperature

[dev] [DWM] [dwmstatus] readname + gettemperature

2013-01-02 Thread linuxien
Good evening, I created a status bar with official link on suckless.org. I used gettemperature pattern with readline (from the page) and it works fine. Anyway, when I control memory leak with valgrind, 7 bytes are lost due to gettemperature (it increases every 3 seconds sleep). I tried to ad

Re: [dev] st - default keyboard shortcuts

2013-01-02 Thread Kai Hendry
On 2 January 2013 20:41, mikk...@gmail.com wrote: > Specifically I haven't found the keyboard shortcut for scrolling up. That lack of "scrollbackabilty" should be in the FAQ. I recommend using screen since it seems to handle resized windows better than tmux. https://twitter.com/kaihendry/status/2

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-02 Thread Martti Kühne
On Wed, Jan 2, 2013 at 2:07 PM, Hugues Moretto-Viry wrote: > I figured out. I added -lXext and the compilation works fine. > About LANG, I won't do same mistake again. > glad if my pointer got you on the right trail. :) cheers mar77i

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-02 Thread Hugues Moretto-Viry
Hi Martti, You suggested me to add -lXNVCtrl but it was already placed on the line (was pretty clear in errors.log, LDFLAGS line). I used Google but many results were dumped. I figured out. I added -lXext and the compilation works fine. About LANG, I won't do same mistake again. Cheers.

Re: [dev] Quoting (was: [dwmstatus] Nvidia Temperature)

2013-01-02 Thread Eckehard Berns
On Wed, Jan 02, 2013 at 12:56:22PM +0100, Martti Kühne wrote in reply to : > Please, > 1. Bottom-post. Please don't. Bottom-posting is just as bad as top-posting (maybe even worse). If you don't know how to quote, just don't include the original message at all and make sure that your MUA includes

Re: [dev] st - default keyboard shortcuts

2013-01-02 Thread Ivan Kanakarakis
There is no "scroll up" because there is no scrollback buffer. if you want to see complete output either use a pager, or try tmux/screen/etc which utilize their own scrollback buffer. On 2 January 2013 14:41, mikk...@gmail.com wrote: > The keyboard shortcuts listed in st/config.h isn't exactl

[dev] st - default keyboard shortcuts

2013-01-02 Thread mikk...@gmail.com
The keyboard shortcuts listed in st/config.h isn't exactly user-friendly or at least I can't understand them. Where can I figure out what the terminal sequences actually mean and I'd suggest the defaults are added to the FAQ, README or similar. I'm happy to do that myself, if someone can tell me h

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-02 Thread Martti Kühne
On Wed, Jan 2, 2013 at 12:37 PM, Hugues Moretto-Viry wrote: > Thanks a lot mate! I really appreciate it. > Anyway, gcc returns me an error, maybe you can help me one more time. > I installed libXNVCtrl with AUR (I'm on Archlinux). > I sent you related files. > > Regards > > Please, 1. Bottom-pos

Re: [dev] [dwmstatus] Nvidia Temperature

2013-01-02 Thread Hugues Moretto-Viry
Thanks a lot mate! I really appreciate it. Anyway, gcc returns me an error, maybe you can help me one more time. I installed libXNVCtrl with AUR (I'm on Archlinux). I sent you related files. Regards 2013/1/2 Carlos Torres > you will need libXNVCtrl installed somewhere and the dev headers. > > h

Re: [dev] convergence

2013-01-02 Thread Sam Watkins
On Wed, Jan 02, 2013 at 11:08:45AM +0100, uki wrote: > There is more Unix-nature in one line of shell script than there is in > ten thousand lines of C. Agreed. However bash is abominable, and even plain Bourne shell is fairly hideous. I hear `rc` is decent. C is mildly decent at heart. I desi

Re: [dev] convergence

2013-01-02 Thread uki
There is more Unix-nature in one line of shell script than there is in ten thousand lines of C. Pozdrawiam, Łukasz Gruner 2013/1/2 Sam Watkins : > On Tue, Jan 01, 2013 at 02:13:14PM +1100, Daniel Bryan wrote: >> Bash is my go-to for system scripting, but for something that will run >> 100% of the