deadcade has quit [Remote host closed the connection]
deadcade has joined #river
Snetry has joined #river
sentry has quit [Ping timeout: 276 seconds]
Ireozar has quit [Read error: Connection reset by peer]
Ireozar has joined #river
wereii has joined #river
wereii has quit [Client Quit]
wereii has joined #river
switchy has quit [Ping timeout: 244 seconds]
switchy has joined #river
crumpet has quit [Remote host closed the connection]
crumpet has joined #river
<ifreund>
leon-p: I ended up moving the interactive move/resize code to the window manager client like I talked about a couple weeks ago
<ifreund>
I'm quite happy with how the code turned out, it allowed getting rid of the position event entirely for example
<ifreund>
Also note that if snappiness is an issue we can also let the window manager be (optionally) responsible for updating the cursor position or something
<ifreund>
I currently think it feels fine though
<ifreund>
The main thing is that I now know of 0 practical limitations of what the window management protocol allows window managers to do
<ifreund>
(aside from planned but not yet implemented features that is)
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #river
alexherbo2 has quit [Remote host closed the connection]
ximon has quit [Quit: Client closed]
ximon has joined #river
br0qn has joined #river
ximon has quit [Quit: Client closed]
talismanick has joined #river
Guest6210 has joined #river
Guest6210 has quit [Client Quit]
ximon has joined #river
ximon has quit [Quit: Client closed]
ximon has joined #river
ximon has quit [Client Quit]
ximon has joined #river
ximon has quit [Quit: Client closed]
mx08 has quit [Quit: WeeChat 3.8]
br0qn has quit [Ping timeout: 260 seconds]
jack has joined #river
<jack>
Hi. What's the best method of remapping CapsLock with Escape? I tries searching the IRC archive but answeres were vague because the search function of that archive only shows up the messages containing the keyword, not its replies.
bitblt has quit [Ping timeout: 252 seconds]
bitblt has joined #river
<leon-p>
jack: you want `riverctl keyboard-layout` with the ctrl:nocaps option option
<leon-p>
ifreund: I agree that this is a good decission, although I'll have to see how it affects WM complexity