Re: [dev] Placement of wmii bar in XRandR setup

2011-04-19 Thread Andreas Nolda
On Tue, 19 Apr 2011 15:59:13 -0400 Andrew Hills wrote: > On Tue, Apr 19, 2011 at 3:48 PM, Andreas Nolda > wrote: > > in my XRandR setup, a laptop panel and an external monitor sit > > side-by-side: > > > > xrandr --output LVDS1 --auto --output HDMI1 --auto --right-of LVDS1 > > > > What bothers m

[dev] [slock] fixing the annoying combination with PAM

2011-04-19 Thread markus schnalke
Hoi, at my university PAM is used for user login. They have slock installed because they have the suckless-tools package (Ubuntu) installed. If I run slock , X gets locked like it should. Unfortunately I'm not able to unlock it again because slock checks against /etc/passwd which does not contain

Re: [dev] Placement of wmii bar in XRandR setup

2011-04-19 Thread Andrew Hills
On Tue, Apr 19, 2011 at 3:48 PM, Andreas Nolda wrote: > in my XRandR setup, a laptop panel and an external monitor sit > side-by-side: > > xrandr --output LVDS1 --auto --output HDMI1 --auto --right-of LVDS1 > > What bothers me is that the bar in wmii-hg appears on the external > monitor, not on th

Re: [dev] Putting the wmii status bar on the other monitor

2011-04-19 Thread Andrew Hills
On Tue, Apr 19, 2011 at 3:06 PM, Jan wrote: > meh, that sucks. i guess you already tried the radeon driver? Yes, but the radeon driver doesn't support my card. I will try physically swapping the outputs; after that, I'll quit complaining. --Andrew Hills

[dev] Placement of wmii bar in XRandR setup

2011-04-19 Thread Andreas Nolda
Hi, in my XRandR setup, a laptop panel and an external monitor sit side-by-side: xrandr --output LVDS1 --auto --output HDMI1 --auto --right-of LVDS1 What bothers me is that the bar in wmii-hg appears on the external monitor, not on the laptop display. I'd rather have it the other way round (or,

Re: [dev] Putting the wmii status bar on the other monitor

2011-04-19 Thread Jan
On Tue, 19 Apr 2011 09:02:40 -0400, Andrew Hills wrote: > On Tue, Apr 19, 2011 at 3:22 AM, Jan wrote: >> I'm not sure and no possibility to check it, but maybe `xrandr --output >> --primary' works. > > Sorry, it doesn't, probably because I am using AMD's proprietary > drivers. meh, that suck

[dev] [dwm] shiftview patch (shifting tagset left/right )

2011-04-19 Thread Fernando C.V.
Hi, I've got what I think might be a better implementation of the nextprevtag.c patch. It's just a simple bitwise left/right circular shift of the tagset, avoiding the loop that the older patch used and with the additional benefit of working also for switching tagset with multiple tags selected.

[dev] Re: [ANN] sabotage 2011-04-18, a musl+busybox based distribution

2011-04-19 Thread Christian Neukirchen
Jan writes: > On Mon, 18 Apr 2011 17:28:35 +0200, Christian Neukirchen > wrote: >> Hi, >> >> this is the second public release of sabotage, a distribution based on >> musl and busybox. > > sweet! > I tried bootstrapping again, however i ran into issues pretty early: > utils/prepare-root:7 is

Re: [dev] Putting the wmii status bar on the other monitor

2011-04-19 Thread Andrew Hills
On Tue, Apr 19, 2011 at 3:22 AM, Jan wrote: > I'm not sure and no possibility to check it, but maybe `xrandr --output > --primary' works. Sorry, it doesn't, probably because I am using AMD's proprietary drivers. Is there a way to specify an offset, width, and height for the status bar display?

Re: [dev] Putting the wmii status bar on the other monitor

2011-04-19 Thread Jan
On Mon, 18 Apr 2011 20:09:31 -0400, Andrew Hills wrote: > I'm on wmii-3.9.2, Arch Linux with xorg-server version 1.9.4, in a > dual-monitor setup NOT using xinerama. The status bar is, by default, > on the left monitor. How can I move it to my right monitor? > > --Andrew Hills I'm not sure and