ifreund changed the topic of #river to: river - a dynamic tiling wayland compositor || https://github.com/riverwm/river || channel logs: https://libera.irclog.whitequark.org/river/
waleee has quit [Ping timeout: 265 seconds]
waleee has joined #river
alexherbo2 has joined #river
alexherbo2 has quit [Ping timeout: 260 seconds]
waleee has quit [Ping timeout: 265 seconds]
waleee has joined #river
alexherbo2 has joined #river
alexherbo2 has quit [Ping timeout: 260 seconds]
Szadek has quit [Ping timeout: 268 seconds]
Szadek has joined #river
eShaev9z has joined #river
eShaev9z_ has quit [Ping timeout: 265 seconds]
waleee has quit [Ping timeout: 252 seconds]
080AAFYMK has quit [Quit: leaving]
mannerism has joined #river
alexherbo2 has joined #river
alexherbo2 has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #river
alexherbo2 has quit [Ping timeout: 260 seconds]
talismanick has quit [Remote host closed the connection]
talismanick has joined #river
jao has quit [Ping timeout: 272 seconds]
alexherbo2 has joined #river
alexherbo2 has quit [Ping timeout: 260 seconds]
ayushnix has quit [Remote host closed the connection]
ayushnix has joined #river
notzmv has quit [Ping timeout: 246 seconds]
alexherbo2 has joined #river
taupiqueur has joined #river
notzmv has joined #river
eShaev9z has quit [Remote host closed the connection]
youpilai has joined #river
alexherbo2 has quit [Remote host closed the connection]
Szadek has quit [Ping timeout: 246 seconds]
taupiqueur has quit [Ping timeout: 260 seconds]
groknull has joined #river
groknull has quit [Remote host closed the connection]
Szadek has joined #river
muirrum has quit [Quit: WeeChat 3.7.1]
<codedotjs[m]> Does IRC support markdown formatting?
ayushnix has joined #river
ayushnix has quit [Changing host]
ayushnix has quit [Remote host closed the connection]
<ifreund> codedotjs[m]: nope
ayushnix has joined #river
ayushnix has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #river
ayushnix has joined #river
ayushnix has quit [Changing host]
ayushnix has joined #river
ayushnix has quit [Remote host closed the connection]
smach has joined #river
jao has joined #river
waleee has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
smach has quit [Read error: Connection reset by peer]
Guest74 has joined #river
<Guest74> Hi. Can f13-f24 not be used for mappings? It doesn't seem to work.
smach has joined #river
youpilai has quit [Quit: Client closed]
<leon-p> I am surprised someone actually has a keyboard that contains those keys
<leon-p> however every key that emits xkbcommon events can be bound to something, maybe you just have the name wrong?
<leon-p> you can try to run `xkbcli interactive-wayland`, focus the small window that pops up, press the keys and then read the names in the terminal output
<Guest74> My keyboard doesn't have them, but keyd (remapping daemon) does. I'm looking for a few never-used keys, if there are other ones I'd be glad to know. I doubt I spelled it wrong, because 12 and lower work, but I'll try that command.
<leon-p> whatever keyd (which I assume steps in a few steps above xkb, maybe evdev) decided to remap keys to goes through xkbcommon before river or any clients touch it
<leon-p> so key names are influenced by layout, variant, options, etc
<Guest74> Thanks, I think I understood that. Turns out once they reach the command you mentioned, some of these are not even registered at all, and some become XF86Launch5, XF86AudioMicMute and similar things.
<leon-p> FWIW, if the things you do with keyd are simple enough, there is a good chance you can leave it out completely and use river binds directly / create a custom XKB layout
<Guest74> I never really looked into XKB stuff, but did lots of mapping experiments on both sides (keyd and riverctl). Time to check out the middle part. There goes my next saturday...
<leon-p> I already did a lot of that research
<Guest74> Thanks, I'll check it out
<Guest74> "you can also insert unicode characters" Ok I'm sold. And this red warning doesn't scare me since I've got chvt commands mapped in keyd anyways xD
<leon-p> have fun!
<Guest74> I will, thank you lots @leon-p !
<waleee> heh weechat really didn't like underscores in urls
<waleee> hm or rather gnome-terminal doesn't
marler8997 has quit [Remote host closed the connection]
alexherbo2 has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 246 seconds]
muirrum has joined #river
ayushnix has joined #river
ayushnix has joined #river
ayushnix has quit [Changing host]
Szadek has quit [Ping timeout: 260 seconds]
Szadek has joined #river
eShaev9z has joined #river
taupiqueur has joined #river
smach has quit []
taupiqueur has quit [Ping timeout: 264 seconds]
Guest74 has quit [Ping timeout: 260 seconds]
taupiqueur has joined #river
taupiqueur has quit [Ping timeout: 256 seconds]
<scorpion2185[m]> is there something like ydotool?
<leon-p> ydotool should also work with river
<scorpion2185[m]> I mean does it have alternatives?
<leon-p> depends on what functionality you want
<leon-p> for example, there is wtype for auto-typing
<scorpion2185[m]> Simualting mouse keys
<leon-p> for the mouse related stuff I can't think of any, but scripting mouse input is a bit of a hack anyway. writing a proper script / application is the saner solution in all cases
<scorpion2185[m]> Mouse right click: ydotool click 0xC1
<scorpion2185[m]> if someone make a script /app I will check it
<scorpion2185[m]> how can you make a script?
<leon-p> put the commands in a shell script? or do you mean something else=
<leon-p> ?
<codedotjs[m]> <leon-p> "wrote a blog post: https://..." <- Referring to your blog post: is there even a word that starts with a ß?
<scorpion2185[m]> A script that emualtes a right click etc.
<leon-p> none that I know of. upper case ß isn't even taught in school, so certainly not a lot.
<codedotjs[m]> You would only need it if you want to write a word all caps.
<leon-p> indeed
taupiqueur has joined #river
<codedotjs[m]> Btw is there a way to reload the river configuration?
<jokeyrhyme[m]> <codedotjs[m]> "Btw is there a way to reload the..." <- The "configuration" is just a script, usually, so re-run that? It's a bit awkward if you've got stuff in there that shouldn't be run more than once, however
<leon-p> for that I put a `spawn_once` function in mine using pgrep, works well
<codedotjs[m]> How does that work in particular?
taupiqueur has quit [Ping timeout: 252 seconds]
<codedotjs[m]> Do reactions work in IRC?
<tleydxdy[m]> possibly gets translated into a very long and annoying message for irc folks
<codedotjs[m]> Like a thumbs up?
<tleydxdy[m]> okay seems like it just doesn't get bridged, I guess that's better
<leon-p> IRC itself has no reactions, however bridges can represent it however they want, f.e. using a /me command
* leon-p reacts with a thumbs-up
muirrum has quit [Read error: Connection reset by peer]
* codedotjs[m] lol
<codedotjs[m]> good to know
<tleydxdy[m]> yeah bridging it over could cause headaches when it's not clear what message it's referring to
taupiqueur has joined #river
<leon-p> intuitivel I'd say use a relative index and just discard if too many messages have passed already
<leon-p> although I do prefer the bare-bones nature of IRC. A lot closer to a spoken conversion, which is a bit nicer for me
waleee has quit [Quit: WeeChat 3.7.1]
<scorpion2185[m]> does that helpre function work on bash?
<leon-p> yes! My init is using bash
talismanick has quit [Ping timeout: 260 seconds]
ayushnix has quit [Remote host closed the connection]
waleee has joined #river
muirrum has joined #river
cjl12 has joined #river
cjl12 has quit [Client Quit]
Guest6815 has joined #river
Guest6815 has quit [Client Quit]
<ifreund> leon-p: ßene
<leon-p> hmmm... never heard that before :D
<leon-p> szene? not sure sz and ß are exchangable. ß is more like a soft ss while sz sounds like tz or ts
<ifreund> is this the German Humor I've heard so much about?
<ifreund> Eszett-schnitte
<leon-p> aaahhhh
<leon-p> yeah
<leon-p> damn, that brings back childhood memories
<ifreund> greetings from my actually German girlfriend :D
<leon-p> greetings back!
Szadek has quit [Quit: WeeChat 3.7.1]
Szadek has joined #river
talismanick has joined #river
talismanick has quit [Ping timeout: 255 seconds]