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...
<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