marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | "Does XXX work yet?": https://alx.sh/fs | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-alt #asahi-stream #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
brolin has quit [Ping timeout: 480 seconds]
nsklaus has quit [Ping timeout: 480 seconds]
dylanchapell has joined #asahi
dylanchapell has quit [Remote host closed the connection]
Brainium has quit [Quit: Konversation terminated!]
brolin has joined #asahi
leo60228 has quit [Read error: No route to host]
leo60228 has joined #asahi
brolin has quit [Ping timeout: 480 seconds]
Xe has joined #asahi
baozich has quit [Quit: baozich]
baozich has joined #asahi
tertu has quit [Quit: so long...]
tertu has joined #asahi
gabuscus has quit []
gabuscus has joined #asahi
signaryk has joined #asahi
rvalue- has joined #asahi
rvalue has quit [Ping timeout: 480 seconds]
pyropeter3 has joined #asahi
marvin24_ has joined #asahi
pyropeter2 has quit [Ping timeout: 480 seconds]
marvin24 has quit [Ping timeout: 480 seconds]
stipa is now known as Guest1720
stipa has joined #asahi
Guest1720 has quit [Read error: Connection reset by peer]
bps has joined #asahi
yuka has quit [Ping timeout: 480 seconds]
bps has quit [Ping timeout: 480 seconds]
roxfan has quit [Ping timeout: 480 seconds]
guillaume_g has joined #asahi
bisko has joined #asahi
giskard has joined #asahi
roxfan has joined #asahi
bps has joined #asahi
whyirc has joined #asahi
<whyirc>
Hello again
<whyirc>
Can i switch keyboard layouts in linux (sway) with fn key like on macos?
<whyirc>
I found it way more natural then caps lock on my desktop pc
<marcan>
in principle it should work in Wayland if you can get it mapped, but I'm not sure if that keysym is widely understood by software yet
<marcan>
(it will not work in xorg, that's one of the reasons I want to redo how this all works in the future and stick to wayland9
<ChaosPrincess>
i think it won't work in wayland either, the driver hijacks the fn key and then does "stuff" with it
<ChaosPrincess>
the way i did it on my intel macbook is by patching the driver and turning fn into f13, and then mapping that in userland
<ChaosPrincess>
works in xorg too, but massive hack
<whyirc>
Can you share your patch?
<ChaosPrincess>
nvm, i read the new code, it does report the key now