Re: [dev][dwm]size of dwm root window and framebuffer

2017-08-08 Thread sekret
* Kajetan Jasztal [08.08.2017 12:50]: Hi, my laptop's screen broke lately and I've got about 168px column on left unusable, this xrandr command seems to work, ie it crops screen to working area xrandr --fb 1432x900 --output eDP1 --auto --transform 1,0,-168,0,1,0,0,0,1 but dwm renders on full

[dev] surf webkit 2 : zooming with C-+

2017-08-08 Thread Greg Minshall
hi. i had to make the below change to allow C-+ (which, on my keyboard, at least, requires a shift) to zoom. (seems like this *shouldn't* be needed, but...) cheers, Greg diff --git a/config.def.h b/config.def.h index fec6916..d0c6b7c 100644 --- a/config.def.h +++ b/config.def.h @@ -133,6 +1

Re: [dev][dwm]size of dwm root window and framebuffer

2017-08-08 Thread Anselm R Garbe
Hi Kajetan, On 8 August 2017 at 12:49, Kajetan Jasztal wrote: > my laptop's screen broke lately and I've got about 168px column > on left unusable, this xrandr command seems to work, ie it crops > screen to working area > > xrandr --fb 1432x900 --output eDP1 --auto --transform 1,0,-168,0,1,0,0,0,

[dev][dwm]size of dwm root window and framebuffer

2017-08-08 Thread Kajetan Jasztal
Hi, my laptop's screen broke lately and I've got about 168px column on left unusable, this xrandr command seems to work, ie it crops screen to working area xrandr --fb 1432x900 --output eDP1 --auto --transform 1,0,-168,0,1,0,0,0,1 but dwm renders on full width of screen (1600x900), so root and o