noteness has quit [Remote host closed the connection]
kevr has joined #foot
noteness has joined #foot
cbb has quit [Quit: WeeChat 3.4]
cabal704 has quit [Remote host closed the connection]
cabal704 has joined #foot
foxxx0 has joined #foot
cbb has joined #foot
<foxxx0>
is there a way to disable a text-cursor when doing text-selections or generally within foot instead of the normal pointer-cursor?
<dnkl>
foxxx0: if you build foot from git, you can use the OSC-22 escape sequence to set a custom cursor
<dnkl>
Then that will be used, at all times, regardless of whether an application is grabbing the mouse or not
<foxxx0>
currently it's always the pointer-cursor in all cases, even in vim/tmux/less or just backlog scrolling, which i was a bit confused by. should it in theory change if the application grabs the mouse? (i.e. vim with mouse enable)
<foxxx0>
apart from that slight inconvenience my first impression is great, nice job! i currently have no need for an opengl gpu accelerated terminal emulator and foot is way more conservative with respect to ram usage (and also kernel dynamic memory due to gpu stuff)
<dnkl>
foxxx0: it's supposed to be a beam when the application isn't grabbing the mouse, and a pointer when it does
<dnkl>
When you hold shift, to bypass nude grabbing, it'll also change from a pointer to a beam
<foxxx0>
mh, then it is not working as intended
<foxxx0>
even when holding shift and doing text selections it stays the pointer
<dnkl>
Yeah, some cursor themes misses the "text" cursor
<foxxx0>
it's working fine in alacritty, if that helps :D
<dnkl>
A fix was pushed recently, but not yet released
<foxxx0>
btw. your aur/foot-git PKGBUILD is missing 'git' in makedepends=() :)
<foxxx0>
ok, with git head it seems to be fixed for me indeed