dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.13.1 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
xd1le has joined #foot
alexherbo2 has quit [Ping timeout: 260 seconds]
taupiqueur has quit [Ping timeout: 264 seconds]
yonson has quit [Remote host closed the connection]
yonson has joined #foot
radu242753435752 has joined #foot
radu242753435752 has quit [Quit: The Lounge - https://thelounge.chat]
radu242753435752 has joined #foot
radu242753435752 has quit [Read error: Connection reset by peer]
vyryls has quit [Quit: WeeChat 3.7.1]
xenrox has quit [Remote host closed the connection]
xenrox has joined #foot
bgs has joined #foot
<dnkl> tachi: I believe vim just recently added support for the kitty keyboard protocol. I'm guessing they have some kinks left to straighten out
<dnkl> WhyNotHugo: I doubt there's a bug. The system default is probably different on your two systems
<dnkl> if you want to be sure of which theme foot uses, set XCURSOR_THEME
<dnkl> (severel compositors will do this for you when you use their config system to set the cursor theme)
bgs has quit [Remote host closed the connection]
caveman has quit [Ping timeout: 255 seconds]
caveman has joined #foot
alexherbo2 has joined #foot
alexherbo2 has quit [Remote host closed the connection]
xd1le has quit [Quit: xd1le]
bgs has joined #foot
alexherbo2 has joined #foot
Nulo has quit [Remote host closed the connection]
Nulo has joined #foot
<Consolatis> might be a bit off topic but just now saw the PR for prompt markers, what is the practical use for those? usually the shell provides some kind of command history so copying a previous command can't be it, can it?
radu242753435752 has joined #foot
radu242753435752 has quit [Read error: Connection reset by peer]
radu242753435752 has joined #foot
<dnkl> Consolatis: it's the command output, not the command itself. And since running the command might take a very long time, re-running it (and using shell pipes) may not be an option
<WhyNotHugo> dnkl: Using sway. XCURSOR_THEME is unset on alpine, pretty sure it also was on Arch, but can't check now :c
<dnkl> WhyNotHugo: you **must** have "seat * xcursor_theme <theme>" in your Sway config
<WhyNotHugo> dnkl: I have one now, but have never had that line.
<dnkl> you must also ensure foot (or foot --server) is started by Sway in a way that the XCURSOR_THEME environment variable is inherited by the foot process
radu242753435752 has quit [Ping timeout: 246 seconds]
bgs has quit [Remote host closed the connection]
bgs has joined #foot
bgs has quit [Remote host closed the connection]
<Consolatis> dnkl: so ctrl-shift-z to jump to end of previous prompt and then just use the mouse to select the output? Or is there some copy-until-next-prompt binding? just asking because it may improve my workflow
<Consolatis> basically, could this be automated somehow: prompt-prev; select-begin; prompt-next; (select-row -1); clipboard-copy