Re: UTF-8 chars

2023-12-15 Thread Robert Palm
Thanks a lot for looking into my admittedly exotic question. I will try the font op@ suggested, but wonder about noto (which was my pick). Am 16. Dez. 2023, 04:44, um 04:44, Nowarez Market schrieb: > >I neither can't see the char you show us but about the support of the >unicode\Chinese in OpenB

Re: UTF-8 chars

2023-12-15 Thread Nowarez Market
I neither can't see the char you show us but about the support of the unicode\Chinese in OpenBSD.. I have the font Noto in my system and I own the following in the .xinitrc file: export LC_CTYPE=zh_CN.UTF-8 export GTK_IM_MODULE=xim export QT_IM_MODULE=xim export GLFW_IM_MODULE=ibus export XMOD

Re: cwm on wayland

2023-12-15 Thread deich...@placebonol.com
C'mon folks, this is OpenBSD misc@, you can disagree all you want about other projects code of conduct, just don't do it here. In other words STFU and contribute something to OpenBSD. 73 diana

Re: cwm on wayland

2023-12-15 Thread Masanori Ogino
Hi, On Saturday, December 16th, 2023 at 9:17, Anders Andersson wrote: > On Sat, Dec 16, 2023 at 12:47 AM tux2bsd tux2...@protonmail.com wrote: > > > > I'm not sure their "Geekfeminism Code of Conduct" > > > (https://hikari.acmelabs.space/coc.html) works well with OpenBSD. > > > > Any idiot tha

Re: cwm on wayland

2023-12-15 Thread Anders Andersson
On Sat, Dec 16, 2023 at 2:05 AM Justin Yates Fletcher wrote: > > On Sat, 2023-12-16 at 00:22 +0100, Anders Andersson wrote: > > On Fri, Dec 15, 2023 at 7:01 PM David Coppa wrote: > > > > > > On Fri, Dec 15, 2023 at 6:29 PM wrote: > > > > > > > > So they're putting a Wayland in our BSD. > > > > >

Re: cwm on wayland

2023-12-15 Thread Uwe Werler
Please keep woke bs out of technical development. Am 16. Dezember 2023 00:22:51 MEZ schrieb Anders Andersson : >On Fri, Dec 15, 2023 at 7:01 PM David Coppa wrote: >> >> On Fri, Dec 15, 2023 at 6:29 PM wrote: >> > >> > So they're putting a Wayland in our BSD. >> > >> > I've never used that before

Re: cwm on wayland

2023-12-15 Thread Justin Yates Fletcher
On Sat, 2023-12-16 at 00:22 +0100, Anders Andersson wrote: > On Fri, Dec 15, 2023 at 7:01 PM David Coppa wrote: > > > > On Fri, Dec 15, 2023 at 6:29 PM wrote: > > > > > > So they're putting a Wayland in our BSD. > > > > > > I've never used that before. > > > > > > Is a port of cwm planned? >

Re: cwm on wayland

2023-12-15 Thread Anders Andersson
On Sat, Dec 16, 2023 at 12:47 AM tux2bsd wrote: > > > I'm not sure their "Geekfeminism Code of Conduct" > > (https://hikari.acmelabs.space/coc.html) works well with OpenBSD. > > Any idiot that adheres gender and race ideologies can get fucked, they are > all societal fire starters. > > tux2bsd

Re: cwm on wayland

2023-12-15 Thread tux2bsd
> I'm not sure their "Geekfeminism Code of Conduct" > (https://hikari.acmelabs.space/coc.html) works well with OpenBSD. Any idiot that adheres gender and race ideologies can get fucked, they are all societal fire starters. tux2bsd

Re: cwm on wayland

2023-12-15 Thread Anders Andersson
On Fri, Dec 15, 2023 at 7:01 PM David Coppa wrote: > > On Fri, Dec 15, 2023 at 6:29 PM wrote: > > > > So they're putting a Wayland in our BSD. > > > > I've never used that before. > > > > Is a port of cwm planned? > > I really don't think so. > > But there's hikari, a stacking Wayland compositor

Re: [PossibleSpam] UTF-8 chars

2023-12-15 Thread Omar Polo
On 2023/12/15 15:33:44 -0600, "Jay F. Shachter" wrote: > > Centuries ago, Nostradamus predicted that Robert Palm would write on Fri Dec > 15 15:10:58 2023: > > > > > I am playing with UTF-8 characters and try to display, e.g. a lock > > symbol https://www.compart.com/en/unicode/U+1F512 > >

Re: [PossibleSpam] UTF-8 chars

2023-12-15 Thread Jay F. Shachter
Centuries ago, Nostradamus predicted that Robert Palm would write on Fri Dec 15 15:10:58 2023: > > I am playing with UTF-8 characters and try to display, e.g. a lock > symbol https://www.compart.com/en/unicode/U+1F512 > > I use xfce and set the terminal default character encoding to UTF-8 i

UTF-8 chars

2023-12-15 Thread Robert Palm
I am playing with UTF-8 characters and try to display, e.g. a lock symbol https://www.compart.com/en/unicode/U+1F512 I use xfce and set the terminal default character encoding to UTF-8 in advanced settings. Still I cannot get it displayed in xterm or emacs, e.g. by simply trying to cop

load balancing with rdomains

2023-12-15 Thread Marko Cupać
Hi, I have a router whose LAN interface is in default rdomain 0, ISP1 in rdomain 1 and ISP2 in rdomain 2. Reason for this is a bit complicated, involves wireguard tunneling, I will give more details if needed. LAN hosts can access Internet over ISP1 by means of: pass in on $if_lan from ($if_lan:

Xbox 360 wireless controller support

2023-12-15 Thread Lucas de Sena
Hi, I want to make my Xbox 360 wireless controller work. Although it is "wireless", it actually communicates through usb(4) to a dongle receiver[1] that connects with up to 4 controllers. For that, I recompiled the kernel with the attached patch, and booted into it. When plugging the receiver,

Two instances of memcached, politly..

2023-12-15 Thread Capitan Cloud
Hello, There is a more "polite way" to have two instances of memcached running together (each on its port) than by two shell exec, maybe by rc.d and its flags? Thnx! -- Nowarez Market

Re: cwm on wayland

2023-12-15 Thread David Coppa
On Fri, Dec 15, 2023 at 6:29 PM wrote: > > So they're putting a Wayland in our BSD. > > I've never used that before. > > Is a port of cwm planned? I really don't think so. But there's hikari, a stacking Wayland compositor heavily inspired by cwm: https://hikari.acmelabs.space/ We might probably

cwm on wayland

2023-12-15 Thread bsd
So they're putting a Wayland in our BSD. I've never used that before. Is a port of cwm planned?