Re: [dev] [st] minor issue and scrollback patch

2016-04-10 Thread Bryan Bennett
Unless I'm reading this improperly, the cursor's color would still change because of the if-block between line 3858 and ~3875. It looks like you could simply remove the if-statement that Pickfire is mentioning entirely and structure it so that it always uses the "if" case.

Re: [dev] Operating system choice

2014-11-19 Thread Bryan Bennett
On Wed, Nov 19, 2014 at 1:19 PM, Josh Lawrence wrote: > So for those of you that participate in the suckless community in some > way: What do you run on your computer, and why? Crux at home, as I like it's simplicity coupled with customizability. Arch at work solely because of the ease of mainte

Re: [dev] Using the scrollback from dvtm

2014-03-21 Thread Bryan Bennett
On Fri, Mar 21, 2014 at 9:52 AM, Nick wrote: > Or should I be going about this in a different way? Try shift+PageUp/PageDn. This works for me in 0.11.

Re: [dev] [ANNOUNCE] dvtm-0.11

2014-03-18 Thread Bryan Bennett
On Tue, Mar 18, 2014 at 3:16 PM, Marc André Tanner wrote: > I personally find MOD+[Function-key] much nicer to use than your special > characters. Makes sense, but I just wanted a "shifted modifier" (like MOD+shift+number in dwm). To each their own here. > Just to make sure it doesn't happen wi

Re: [dev] [ANNOUNCE] dvtm-0.11

2014-03-17 Thread Bryan Bennett
I'm currently playing with the tagging branch and I've managed to reduce the tagging code to two modfiers. I'm using Ctrl+A + {1,2,3,4} for view, Ctrl+A + {!,@,#,$} for tag (so it mirrors dwm's keybinds a bit). I'm also using Ctrl+S + {1,2,3,4} for toggletag and Ctrl+S + {!,@,#,$} for toggleview. T

Re: [dev] [ANNOUNCE] dvtm-0.11

2014-03-14 Thread Bryan Bennett
This latest work on dvtm is great, particularly the scrollback changes. I really appreciate the effort put into it. Looking at the git repository, I noticed the tagging branch and got quite excited. Is there a plan to update this branch to the 0.11 release? Why was development of this feature stopp

Re: [dev] Screencasts?

2014-03-09 Thread Bryan Bennett
On Sun, Mar 9, 2014 at 3:54 PM, Caleb Malchik wrote: > For example, if I find an article on the web I want to come > back to, I will copy the URL from the address bar, open a terminal window > with ctl-shift-enter, type 'vi doc/toread', then paste the URL > at the top of the file. This is made sl

Re: [dev] Announcing sinit - the suckless init

2014-02-09 Thread Bryan Bennett
Well, damnit. Gmail's web interface strikes again... As I was saying... I've not had the chance to try this out myself, but I'm curious what this provides (or doesn't provide, given the collective mindsets on this mailinglist, myself included) that something like minirc[1] does or doesn't do. In

Re: [dev] Announcing sinit - the suckless init

2014-02-09 Thread Bryan Bennett
I've not had the chance to try this out myself, but I'm curious what this provides (or doesn't provide, given the collective mindsets on this mailinglist, myself included) that something like minirc[1] does or doesn't do. In particular, Minirc is a

Re: [dev] [st] problem with fonts in git development version

2014-01-11 Thread Bryan Bennett
I did a completely clean pull from upstream and only changed the fontstring, so no other config changes at all were present in my build. The font string I was using is: "DejaVu Sans Mono:size=10" (and I just tested with "DejaVu Sans Mono:size=9" just in case that was a point of difference while c

Re: [dev] [st] problem with fonts in git development version

2014-01-11 Thread Bryan Bennett
On Sat, Jan 11, 2014 at 12:59 PM, Carlos Pita wrote: > I would like to know whether this is a temporary buggy behavior or > it's expected and there is something else I must know that I'm missing > now in order to properly configure the git version. I just built HEAD here and it worked fine with b

Re: [dev] gtk3 support for surf?

2014-01-09 Thread Bryan Bennett
Hey - Check the smoothscroll patch[1]. Maybe this is what you want? [1]: http://surf.suckless.org/patches/smoothscrolling Bryan

Re: [dev] [dwm] Pango patch for 6.0

2013-12-30 Thread Bryan Bennett
On Mon, Dec 30, 2013 at 1:11 PM, Carlos Pita wrote: > I find pango a better option than xft because it supports chains of > fallback fonts out of the box, so you can use -for example- iconic > fonts as your second family Amazing. Hadn't realized this (hadn't looked very hard either). Thanks for th

Re: [dev] wswsh: a mksh web framework

2013-12-12 Thread Bryan Bennett
So you're saying that this is better than Coffeescript? That comparison is completely unintelligible.If you're saying that we should step back and return to a simpler approach to web design/development - I completely agree, but how does a static site generator compare to Coffeescript/LESS/Jade at a

Re: [dev] tinywm: an shorter and cleaner code ?

2013-12-12 Thread Bryan Bennett
I've used TinyWMs code to get an idea for how I should begin implementing a wm, but I don't think it's really worth much beyond that. No tags or desktops? No thanks...

Re: [dev] [wiki] Add suckless init

2013-12-12 Thread Bryan Bennett
On Thu, Dec 12, 2013 at 8:46 AM, sin wrote: > The busybox init code is far from pretty. I have not personally looked > at ignite so I don't know. I'm personally using minirc[1] on a number of boxes (which makes use of busybox's init and busybox's mdev, or some implementation of udev, of which I'

Re: [dev] suckless shell prompt?

2013-11-26 Thread Bryan Bennett
On Tue, Nov 26, 2013 at 3:00 PM, wrote: > In my defense, you'd already had it pointed out to you once and > continued in your misconception without even understanding the > correction. Start paying attention to whom you're speaking and to whom you're referring. I was speaking up to counteract you

Re: [dev] suckless shell prompt?

2013-11-26 Thread Bryan Bennett
And sending that email calls into question your ability to either read a full thread or to recognize human names.

Re: [dev] [ANNOUNCE] togs-0.3 (was stem)

2013-11-25 Thread Bryan Bennett
This looks like an interesting project. However, Togs will fail to run if /bin/sh is linked to bash (or zsh?) due to Togs attempting to set a read only variable ($UID) in a couple of functions. Renaming this to $S_UID seems to fix the entire problem. A patch is attached. commit 87d48f4cef3ef13d776e

Re: [dev] Re: DWM - Multiple screen not recognized in Virtualbox

2013-06-12 Thread Bryan Bennett
I apologize. I misread your initial mail. I remember having a similar problem with virtual box but seem to remember that it was the result of a mismatch between the guest additions and the virtualbox version rather than being related to the wm. Are you sure your versions match?

Re: [dev] Re: DWM - Multiple screen not recognized in Virtualbox

2013-06-12 Thread Bryan Bennett
You just described it. I had to add xrandr to my startup scripts to fix, as I was too lazy to fix it in xorg.d or whatever it's called now

Re: [dev] Re: DWM - Multiple screen not recognized in Virtualbox

2013-06-12 Thread Bryan Bennett
I meant the command line client. I encountered an issue wherein dwm was mirroring to both screens when I would startx. If you're getting one huge screen across both monitors, rather than mirroring - ignore me. On Wed, Jun 12, 2013 at 6:01 AM, Rémy Lefevre wrote: > Bryan Bennett g

Re: [dev] Re: DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Bryan Bennett
Xrandr. It was a long day...

Re: [dev] DWM - Multiple screen not recognized in Virtualbox

2013-06-11 Thread Bryan Bennett
Is dwm displaying a mirror of the first screen on the second? I saw this behavior and just resorted to using xsetroot rather than fixing my X config.

Re: [dev] [DWM] Patch: stack mfact

2013-03-29 Thread Bryan Bennett
Jente / Unia - I just had a go at applying this, but it appears that it expects pertag (or something else) to also be applied. I'll respond shortly when I've removed that. Changing all instances of "selmon->smfacts[selmon->curtag]" to "selmon->mfact" made this apply just fine. Opening a bunch of s

[dev][dwm] status toggle patch

2013-01-26 Thread Bryan Bennett
I've spent the last couple of days working on a small patch to do much the same thing that the statuscolors patch does, but without most of the suck. Rather than having certain colors assigned to certain ascii characters in the control range, I implemented a way to switch between normfg and selfg i

Re: [dev] My dwmstatusbar.c

2013-01-07 Thread Bryan Bennett
Maybe something like tudor-volumed? I know its not exactly suckless, but it might get you started or give you a few ideas. https://github.com/darvid/tudor-volumed

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Bryan Bennett
I assume he can figure something out for that

Re: [dev] only first tag and can't switch to other tags

2012-11-28 Thread Bryan Bennett
>> i have the same code in the config.h but no event when i use 1-9 key, >> for kill dwm need to use mod1+q You should modify the TAGKEYS define to use MODKEY|ShiftMask for view. > Ok, it really seems that the config.def.h is not used. config.def.h is copied to config.h during compile if config.h

Re: [dev] [surf] adblocking

2012-11-20 Thread Bryan Bennett
What about something like pixelserv (written in perl[1] or C[2]) with something like hostsblock[3]? It's a DNS solution, but the timeouts aren't a problem 1: http://proxytunnel.sourceforge.net/pixelserv.php 2: http://www.linksysinfo.org/index.php?threads/pixelserv-compiled-to-run-on-router-wrt54

Re: [dev] Twinview

2012-04-12 Thread Bryan Bennett
I find that NVidia's blob driver supports twinview MUCH better than it does vanilla xinerama. My recommendation if you're using the blob is Twinview. Obviously, if using Nouveau Xinerama is the only option.

Re: [dev] Twinview

2012-04-12 Thread Bryan Bennett
Twinview works just fine

Re: [dev] [dwm] pertag patch: error compiling

2012-01-31 Thread Bryan Bennett
static const char *tags[] = { "WEB", "CODE", "MUSIC", "TERM", "CHAT" }; Just like it appears in dwm's config.def. You can look over my dwm config on my bitbucket[1], but I'm not sure how much you'll really get out of it. (Ignore the uglyness of .orig/.rej files...) [1]:https://bitbucket.org/bbenn

Re: [dev] [dwm] pertag patch: error compiling

2012-01-31 Thread Bryan Bennett
I just tested here and commented out my tags array in config.h to see if I could replicate the error you're getting. Sure enough - I get the exact same message, pointing to the exact same line. Check to make sure you're tags array in config.h is built properly. Attached you will find the version of

Re: [dev] [dwm] pertag patch: error compiling

2012-01-31 Thread Bryan Bennett
Did the patch fail on any hunks? I'm thinking of config.def.h changes in particular. Did you merge changes from config.def.h into config.h? I'm currently using pertag with 6.0 just fine (though you don't want a diff against my setup, as there are significant changes against mainline in mine in add

Re: [dev] [st] new xft branch (FreeType font rendering)

2012-01-28 Thread Bryan Bennett
That's strange. I'm using tmux here and every ncurses program I'm using looks great INSIDE tmux - but outside looks like shit. [1] 1: http://ompldr.org/vY2kyag (sorry for the hugeness)

Re: [dev] [st] new xft branch (FreeType font rendering)

2012-01-28 Thread Bryan Bennett
Interestingly enough, if you launch the affected ncurses programs inside tmux, everything seems to work fine (which is why I hadn't noticed the bug until my last post - I wasn't using tmux at work.)

Re: [dev] [st] new xft branch (FreeType font rendering)

2012-01-27 Thread Bryan Bennett
Just tested using cmus and ncurses line drawing characters seem to be the problem. If I get a chance this evening/weekend, I'll look into seeing if I can get a better idea of the problem (and maybe even patching in a solution, if I'm feeling adventurous).

Re: [dev] install dwm

2012-01-25 Thread Bryan Bennett
"Bending over backward": cd ~/.bin/builds/dwm && make && cp dwm ~/.bin; echo "export PATH=$PATH:~/.bin/" >> ~/.bashrc

Re: [dev] Shameless patch request

2011-12-07 Thread Bryan Bennett
or dzen2 if you need more than one line.

Re: [dev] Suckless Desktop Environment

2011-11-07 Thread Bryan Bennett
(I apologize for my MUA failing as hard as it does...)

Re: [dev] Suckless Desktop Environment

2011-11-07 Thread Bryan Bennett
While I agree that a collection of suckless tools under one roof wouldbe pretty awesome (especially something like sta.li or witch linux), I'mnot sure that marketing as a desktop environment is the right thing to do. I'm part of a small project called tudor[0] that aims to replicate a DE experience

Re: [dev] [dwm] nicer web (was: 2000 SLOC)

2011-11-03 Thread Bryan Bennett
I'm simply saying that a lot of web designer types are now beginning to understand that the way we're looking at the web is actually a valid viewpoint.

Re: [dev] [dwm] nicer web (was: 2000 SLOC)

2011-11-03 Thread Bryan Bennett
In my experience, this is getting better. We're now seeing universities with web media degrees or focuses, which imparts this understanding of data structure first and style later. It's not perfect, but it's better than it was in 1998. For instance, they still teach UA sniffing and similar techniqu

Re: [dev] [dwm] nicer web (was: 2000 SLOC)

2011-11-03 Thread Bryan Bennett
On Thu, Nov 3, 2011 at 8:57 AM, Stephen Paul Weber wrote: > Perhaps you love the WHATWG enough to miss the point: we keep hiring > magazine-trained designers to build websites.  Standards can't fix that. This is the crux of the problem. Couldn't have expressed the issue better myself. We need to

Re: [dev] Linux sucks!

2011-10-29 Thread Bryan Bennett
We could also just ignore the shit out of him. Or mock him a new asshole.

Re: [dev] Linux sucks!

2011-10-27 Thread Bryan Bennett
I don't think anyone here actually feels that the monolith that most configure scripts become is a good thing. However, that's not within the scope of what's going on here - the idea being that ./configure is a necessary part of compiling a sizable portion of software. Saying that we need a 'univer

Re: [dev] Linux sucks!

2011-10-27 Thread Bryan Bennett
I watched this last night and raged pretty hard for 45 minutes. The guy has somevalid points, but proposes absolutely no viable solution for it. His pointregarding video editors requiring significant dedicated development time andtheir non-existance for Linux, for instance, is valid. Asking that di

Re: [dev] Anti-GPL hipsters

2011-10-24 Thread Bryan Bennett
> The GPL is nothing more than Richard Stallman's highly encumbered > temper-tantrum against propriety software, it has almost nothing to do > with true freedom. Eloquently sums up my issue with the GPL itself as well as the FSF in general.

Re: [dev] Status bar warning

2011-10-20 Thread Bryan Bennett
Until recently I was using a program called statnot to intercept dbus messages and update the dwm status bar with the content of that message. I've also set weechat to play a sound when I get hilighted, which helps even more than the status bar updates. You can find my fork of statnot here: https:/

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Bryan Bennett
> Hey, at least those of us who know where to find his public key know > that it was actually sent by him, or someone else with access to his > computer. Because it's vital that we know that this is from him.

Re: [dev] Fwd: [hackers] printf("Rest in peace, Dennis\n"); exit(0);

2011-10-13 Thread Bryan Bennett
I saw this this morning when I woke up and I think I know how most people felt when they heard of Jobs' passing. Not that either is less or more important, but I genuinely care about Ritchie's work and I think it a shame that he'll get comparatively little coverage and that most people truly don't

Re: [dev] microtouch

2011-10-11 Thread Bryan Bennett
Because the widget sets that exist already suck?

Re: [dev] [dwm] merging bottom stack?

2011-09-26 Thread Bryan Bennett
Casting a vote in favor of merging this. Bstack is one patch I simply cannot live without on a 4:3 (1280x1024) monitor. Either Nmaster or the "regular" bstack patch would be fine in my book.

Re: [dev] st bug report and feature request

2011-09-24 Thread Bryan Bennett
The description you're providing now matches perfectly with the behavior I was seeing with that particular font. When I get back to my desktop, I'll pull tip and try boxxy again to make sure I'm remembering everything correctly.

Re: [dev] st bug report and feature request

2011-09-24 Thread Bryan Bennett
For the second bug, An example may help. I ran into (what I believe to be) the same bug a few months ago, but assumed it was a problem with the font rather than with st. (I had been making modifications to the font for a while and assumed I'd done something wrong.) I made a screenshot of the issue,

Re: [dev] [surf] tablet-mode

2011-09-08 Thread Bryan Bennett
While I understand the want to retain as small a (code/screen) footprint as possible, how is it a good idea to introduce a feature aimed at keyboardless users and then hook the functionality to the keyboard? I have no educated solution, as I've not looked over surf's source, but it seems to defeat

Re: [dev] [surf] tablet-mode

2011-09-08 Thread Bryan Bennett
I'd be all for this, provided that the method for entering / leaving 'select' mode was easily accessible via a touch/click. It'd be silly to require a keybind to toggle between the two.

Re: [dev] smbc comic

2011-09-08 Thread Bryan Bennett
Saw that this morning and laughed. Pretty good take on how convoluted systems are/are becoming.

Re: [dev] [dwm] Handling Function Keys

2011-08-20 Thread Bryan Bennett
You can also just use the raw keycode over the XF86 mapping and you wouldn't need to include the separate header. I've been doing this since ~5.6. (If this message sends poorly, I apoligize. I'm using this as an excuse to see how my mobile handles wrapping iin email) On Aug 20, 2011 5:15 AM, "Bast

Re: [dev] [wmii] window titlebar right-click menu - item order

2011-08-10 Thread Bryan Bennett
> Oh this old thing. dwm could use an fwvm-style > "Close" which sends a delete if the window supports > it, otherwise sends a kill, thus hiding a particularly > ugly part of X. Maybe so, but I fail to see how this relates to the question asked. Which one of us is particularly dense this time 'rou

Re: [dev] [dwm] [patch] USPosition, USSize

2011-08-09 Thread Bryan Bennett
Of course, Connor's right. Transient windows are always floated. However, I think this is also the expected behavior and DWM's handling of these two cases is as expected. I'm simply stating that the current way that DWM handles windows works fine for most users without us handling yet another hint.

Re: [dev] [dwm] [patch] USPosition, USSize

2011-08-09 Thread Bryan Bennett
Honestly, I'm not sure this hint should be respected, at least not without some serious consideration. This would lead to a concept of layers that is entirely binary (either on the 'lower' tiled layer or above it in the specified size) and there's already a way to get this to work - set a class and

Re: [dev] [surf] segfault

2011-08-04 Thread Bryan Bennett
Luakit / Uzbl for all sites. Works fine for me.

Re: [dev] [dmenu] Hide matching items if the search string is empty

2011-08-04 Thread Bryan Bennett
> how about you restrict the number of things coming in on stdin instead > of puking all over dmenu about this Because he wants it to still complete to the things in $PATH (or STDIN, in this case) but doesn't want to see it. I still agree that it's stupid. In regards to OP: So write a patch that

Re: [dev] color-scheme

2011-07-25 Thread Bryan Bennett
hiro - I fail to see who you're referring to. If it's my post, then you missed the point...

Re: [dev] color-scheme

2011-07-25 Thread Bryan Bennett
I'm using solarized now, but that might change shortly. FG/BG have very little contrast, even when focused, and changing that seems to defeat the purpose of the scheme. I like the idea of zenburn and desert256, but they're too warm overall for my tastes. When I get home I can upload a custom scheme

Re: [dev] [dwm] titlenormcolor patch

2011-07-10 Thread Bryan Bennett
And an alternate, for those with statuscolors applied. (not that it was difficult at all to produce) diff -r 4548c824adac dwm.c --- a/dwm.c Sun Jul 10 21:25:23 2011 +0100 +++ b/dwm.c Mon Jul 11 02:30:13 2011 +0200 @@ -760,7 +760,7 @@ if((dc.w = dc.x - x) > bh) { dc.x = x; if(m->sel) { - c

Re: [dev] [dwm] visible only if needed [patch]

2011-07-07 Thread Bryan Bennett
I would think that setting a terminal title would be a trivial task using xdotool, xprop and dmenu, which would help if you don't pre-launch apps on startup and keep them running on a specified tag (which is how I work around this issue). I might work on this script this evening when I get off of

Re: [dev] [dwm] sloppy focus

2011-07-04 Thread Bryan Bennett
I use a script for weechat that fires off a sound, sends a dbus notification and sets the urgent hint on the window. Works relatively well for me. I know there is a similar script for irssi, but for smaller clients (like ii or sic) you'll need to script something yourself, if I'm not mistaken.

Re: [dev] [dwm] sloppy focus

2011-07-04 Thread Bryan Bennett
Unless, of course, you don't HAVE a touchpad to disable. (However, the touchpad is definitely 100% easier to hit than the mouse.)

Re: [dev] Microsoft considers harmful...

2011-06-17 Thread Bryan Bennett
AS a web developer, I'll +1 Kurt on this one. The doctype bullshit is gone, and we now FINALLY have a "one version to bind them". XHTML vs HTML is stupid as hell. We finally get a modern, "all in one" solution that doesn't require the XML bullshit that XHTML 1.0 needs. Granted - there's some shit i

Re: [dev] [dwm] zoom() monocle

2011-06-12 Thread Bryan Bennett
I believe he's attempting to avoid 'flicking' through windows when changing them. The workflow would be: 1) identify that you need another window focused 2) MOD+j/k through windows, identify them by title and select one 3) Hit a key to "focus" that client and bring it to the front Basically a cr

Re: [dev] revolution

2011-06-10 Thread Bryan Bennett
Kurt - I think you need to rethink your definition of "Troll". He simply asked a question. Regardless of whether you agree with the idea of the window manager in question, he didn't make some fallacious statement regarding DWM or any other suckless tools - he's simply asking for opinions. There is

Re: [dev] [dwm] Multiple tag sets

2011-06-10 Thread Bryan Bennett
So base your custom DWM on the earlier versions that didn't support multiple monitors. No trolling, just a suggestion.

Re: [dev] revolution

2011-06-10 Thread Bryan Bennett
WMFS simply feels like DWM++, which is an unpopular concept in these parts I honestly liked it quite a bit. It takes DWM's window management concepts and tacks on some convenience features that are nice to have, but not essential. It DOES have a systray, but it was useless for me (as I'm used to D

Re: [dev] ideas on suckless file manager

2011-06-08 Thread Bryan Bennett
>I like to change my background to a random color every 2-10ms; it's >easier on the eyes than the plain black I used formerly, especially >with my transparent terminals. I hate to say it but this makes some sense. However, the tools to use to get it right are already around (cron+xsetroot+sh), so

Re: [dev] Suckless Smartphone?

2011-06-06 Thread Bryan Bennett
I still keep physical books around for the aforementioned ease of marking and the physical sensation associated with them (Dog earing pages etc.). However, most of the ones I keep around are technical books that require that sort of love in order to get the most out of them. I put the NOVELS that I

Re: [dev] lsw-0.2

2011-06-04 Thread Bryan Bennett
I was looking for this type of tool the other night so I could script an alt+tab type script for dmenu. Awesome. I'll let you know how it goes.

Re: [dev] Distribution

2011-06-03 Thread Bryan Bennett
GRML, {Micro|Tiny}core, or TTYLinux would be my votes for 'minimalistic' Crux for general ideaology.

Re: [dev] [st] Font issues

2011-05-31 Thread Bryan Bennett
I've also noticed that my vim theme paints invisible text (try doing "TERM=xterm vim somfile" and see what happens), but I've begun using vile recently so that's really of no consequence. Honestly, since urxvt works fine here, I'll probably just go back to that. I can't figure this one out and I r

Re: [dev] Sandy editor

2011-05-31 Thread Bryan Bennett
(Consider this my thoughts on a general text editor and not a review of Sandy - I've not tried Sandy since I found it on the Arch forums a ways back - long before being brought up here) I've recently thought a lot about editors, as I'm not satisfied with vi/vim and emacs chains are shitty beyond

Re: [dev] [st] Font issues

2011-05-31 Thread Bryan Bennett
So far, this font issue and the lack of a scrollback buffer are my only issues with st. I'm having strange problems with urxvt under another (inferior / floating) window manager, which has pushed me towards st. I could be using xterm, but...eww. Terminus drew nice and quickly for me when I was usi

[dev] [st] Font issues

2011-05-31 Thread Bryan Bennett
I'm attempting to get st to use Dina as it's font. At first, I couldn't get st to read the font at all (it would die upon launching, saying it couldn't find the font), but I've had issues with Dina before - the CP1252 encoding was giving urxvt problems a while back so I re-encoded it (to ISO8859-1)

Re: [dev] sbase

2011-05-23 Thread Bryan Bennett
Connor - Sorry. I meant the ones that were useful to the 'cause'. On an initial read through of that page, I saw sam but missed mk & rc. Bryan

Re: [dev] sbase

2011-05-22 Thread Bryan Bennett
I would suggest first re-writing the ones that 9Base has listed. It seems a relatively exhaustive list and - with our case of NIH - we don't want to be using anything from another OS entirely, now do we ;) I'm pretty excited by this proposition. The idea seems pretty good.

Re: [dev] dwm taskbar icons via pcf font

2011-05-20 Thread Bryan Bennett
That font encoding is pretty arbitrary - I chose the encoding that Tamsyn already carried. I don't require too much more than ASCII due to my locale (en_US), so I stuck with en_US.ISO8859-1. If you needed to, you could copy the glyphs over into another font, say Terminus, that has better support fo

Re: [dev] dwm taskbar icons via pcf font

2011-05-20 Thread Bryan Bennett
Eckehard is right - rehash your font library to see the changes.

Re: [dev] dwm taskbar icons via pcf font

2011-05-19 Thread Bryan Bennett
I've done this previously (I have modified Tamsyn's 15pt version and released it on the arch forums as 'Tamsyn2') and it works very well - particularly in locales where you rarely use anything outside of the ASCII charset. The basic idea is this - find a font you like and change the characters you

Re: [dev] [dmenu] tip

2011-05-16 Thread Bryan Bennett
Connor - I've just built tip and upon initial usage, I've had 0 problems with it. Looks good from my end. Bryan

Re: [dev] [dwm] devilspie doesn't work

2011-05-05 Thread Bryan Bennett
Ignoring the trolls posting here - the solution is obvious. Use a different terminal or apply the patch if it means that much to you. st won't get transparency (most likely), and transset is a poor solution anyway, as it makes both the text and the window background equally transparent. Use one of

Re: [dev] [dwm] devilspie doesn't work

2011-05-04 Thread Bryan Bennett
Why not just use the built in transparency of the terminal? I use urxvt with both real and fake transparency and I've had absolutely no problem. Xterm, aterm, eterm, urxvt, sakura, evilvte and lilyterm all support some sort of transparency, so I don't see why devilspie OR that patch are needed at a

Re: [dev] [dwm] devilspie doesn't work

2011-05-04 Thread Bryan Bennett
from what I understand, devilspie assumes a reparenting window manager, which is why you're not seeing any windows listed. What operations are you trying to perform on these windows? Anything that cannot be done in config.h?

Re: [dev] Why dwm or wmii over xmonad, etc., or not?

2011-04-20 Thread Bryan Bennett
I like dwm because of the simplicity of the product itself. It's essentially the simplest example of what I think a tiling window manager should be. I prefer the Master / Slave idea to Wmii's columns, and dwm implements it in it's most basic form.

Re: [dev] [st] 0.1 Feedback - Was: A few small patches

2011-04-11 Thread Bryan Bennett
>I've had a pop at tidying it up a bit, I'm not getting as many silly >characters filtered through, would you mind giving it a try with what >you were doing and seeing if it's any better? Your new version of the patch seems to work *MUCH* better. In the couple tests I've run, the random line noise

Re: [dev] [st] 0.1 Feedback - Was: A few small patches

2011-04-05 Thread Bryan Bennett
While I like the premise of your xsel patch, it seems to be pretty rough in implementation (not that I'm complaining, I certainly can't do much better). It properly grabs the text from the terminal buffer, but the lack of utf-8 (or so I'm assuming) is causing a lot of additional characters to be pl

Re: [dev] [st] 0.1 Feedback - Was: A few small patches

2011-04-04 Thread Bryan Bennett
While I understand wanting applications to adhere to the Unix Philosophy, it seems to me that inputting and outputting text is what a terminal essentially does and copying & pasting is just a small extension of that role. I'd like to see a sane way of copying & pasting with the keyboard, rather tha