Henrique Lengler wrote:
> Thank you guys, but I'm looking for something automatic. Looks like it
> doesn't exist but would be cool to have something like this.
> Also I don't care about youtube videos or any other type of video system
> that doesn't provide their videos as video files, I think th
FRIGN wrote:
> Refer to this:
> https://wiki.archlinux.org/index.php/xorg#Display_size_and_DPI
Not mentioned there, but working with any screen that communicates it's
physical size correctly:
xrandr --fbmm $(xrandr | /bin/sed -n '/ connected / {s/.* \([0-9]\+\)mm
x \([0-9]\+\)mm/\1x\2/p;q}')
FRIGN dixit:
> Hello,
>
> after literally dozens of mails discussing a new suckless image-format,
> I sat down last week to reflect on what could be the best of all
> proposed format-specifications.
>
Awesome. Thanks to everyone who contributed.
Markus Teich dixit:
> [0] http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
Great read, thanks!
- Alex
Manolo MartÃnez dixit:
> When, e.g., zathura is in fullscreen mode, one can change focus to
> another window while zathura remains on screen. This can
> be disorienting. Is this a problem with zathura, or something that can be
> patched in dwm?
Actually I find that occasionally useful, whenever I
Raimundo Martins dixit:
> st + tmux + htop: some lines get static and dead. Don't know how to
> explain, they just get outdated. ^L fixes it.
I noticed that too. "tmux set -g default-terminal st-256color" solved
that for me.