dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.11.0 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
cvmn has joined #foot
newchair has joined #foot
Consolatis_ has joined #foot
Consolatis_ is now known as Consolatis
Consolatis has quit [Killed (copper.libera.chat (Nickname regained by services))]
newchair has quit [Quit: Client closed]
lechner has quit [Ping timeout: 240 seconds]
lechner has joined #foot
cvmn has quit [Remote host closed the connection]
cvmn has joined #foot
cvmn has quit [Remote host closed the connection]
hspak has quit [Quit: The Lounge - https://thelounge.chat]
hspak has joined #foot
lechner has quit [Ping timeout: 240 seconds]
lechner has joined #foot
lechner has quit [Quit: WeeChat 3.0]
an3223 has quit [Ping timeout: 240 seconds]
an3223 has joined #foot
Rue_ has joined #foot
<Rue_> anyone have experience using fcitx5 input method with foot terminal?
Rue_ has quit [Quit: WeeChat 3.4]
an3223 has quit [Ping timeout: 240 seconds]
an3223 has joined #foot
teraspin has joined #foot
<teraspin> 0
<teraspin> error: XDG_RUNTIME_DIR not set in the environment.
<teraspin> err: wayland.c:1211: failed to connect to wayland; no compositor running?
<teraspin> info: main.c:670: goodbye
<teraspin> I'm getting this error
<sochotnicky> teraspin: well - the first error message is pretty descriptive wouldn't you say?
<teraspin> which directory should I choose for that env?
<sochotnicky> your setup is broken - your XDG vars should be set automatically
<teraspin> why its not? I'm in arch BTW
<dnkl> How are you starting foot? If it can't even connect to the compositor, something is seriously wrong...
<dnkl> Which compositor are you running?
<teraspin> by running foot
<sochotnicky> teraspin: as per https://wiki.archlinux.org/title/XDG_Base_Directory - XDG_RUNTIME_DIR is set by default through pam_systemd
<dnkl> Btw, the XDG_RUNTIME_DIR error is not from foot
<sochotnicky> teraspin: foot is not the compositor, it's a terminal - compositor can be sway, or Gnome-shell or similar
<teraspin> I don't have a desktop environment though
<sochotnicky> teraspin: then where are you trying to run foot?
<sochotnicky> in a TTY?
<dnkl> Are you running foot from a VT?
<teraspin> I am running foot from alacritty
<dnkl> Guessing alacritty is running in X11 mode ..
<teraspin> there's a foot icon in Start Menu though
<dnkl> Which compositor are you running?
<teraspin> wow it opened now by clicking on icon
<teraspin> so there's 3 icons- Foot, Foot Client, Foot Server
<teraspin> I should run Foot right?
<dnkl> Yes
<teraspin> it looks very small in my desktop https://i.imgur.com/FmxYvV8.png
<teraspin> and there's no foot icon in Taskbar
<teraspin> Can I make it transparent?
teraspin has quit [Quit: Leaving]
caveman has joined #foot
caveman has quit [Ping timeout: 240 seconds]
cbb has joined #foot
dufinch has joined #foot
caveman has joined #foot
cbb has quit [Quit: WeeChat 3.4]
rcf is now known as nh
nh is now known as rcf
lechner has joined #foot
tertl8 has joined #foot
<tertl8> hi, how do I set color theme for foot terminal over ssh?
<tertl8> postmarketOS PC to pinephone
<dnkl> Not sure what you mean with "over ssh". Ssh has nothing to do with the color theme
<tertl8> i saw XTGETCAP but Im a bit confused about this
<tertl8> oh yeah, my mistake, ignore the ssh part
<dnkl> You either modify foot.ini, or use OSC-4 escape sequences
<tertl8> i just wanted to let know that my foot terminal is running on my pinephone
<dnkl> The changes done by the escape sequences are lost on restart
<tertl8> oh ok
<tertl8> ill copy paste a color theme to foot.ini when I get home this evening
<tertl8> gotta go to work soon
<novakane> does someone have issue with gemini link in foot url mode
<novakane> it only take 'ni://...' for me
<dnkl> tertl8: you can also use "include=path"
<dnkl> Where "path" is a pre -defined theme file
<dnkl> novakane: weird
<dnkl> Have you tried other URIs, besides the normal http(s)?
<tertl8> dnkl: i put that in foot.ini?
<dnkl> Yes
<tertl8> cool
<tertl8> thats what I was looking for
<dnkl> tertl8: check the man page for foot.ini
<tertl8> alright
<novakane> dnkl: only https and ls hyperlinks
<dnkl> novakane: which program is that?
<novakane> senpai
<dnkl> It does OSC-8
<novakane> dnkl: ah yeah that's a senpai issue
<novakane> if I just copy paste the link in foot it works fine
<dnkl> If you press 't', to which URI do you see?
<novakane> 'ni://drewdevault.com'
<novakane> well 'ni://drewdevault.com/cgi-bin/man.sh' I mean
<dnkl> Ok, so it gets both the URI in the escape, and the OSC-8 wrapped text wrong
<dnkl> But yeah, senpai issue
<novakane> probably not gonna open an issue, doesn't looks like senpai maintener is active for now
<dnkl> You're aware of the fork?
<novakane> no?
<novakane> dnkl: thanks! I'll check that
<dnkl> novakane: here's the problem: https://github.com/mvdan/xurls/blob/master/schemes.go
<dnkl> it supports a scheme called "ni", but *not* "gemini"
sterni has quit [Ping timeout: 240 seconds]
sterni has joined #foot
cherti has quit [Ping timeout: 240 seconds]
cherti has joined #foot
<novakane> dnkl: looks like the url cited as the source doesn't have gemini
<dnkl> novakane: exactly. I'm putting together a patch right now
<novakane> ah, nice I was looking where it was possible
<dnkl> looks like https://gemini.circumlunar.space/ is down?
<novakane> nice, thanks!
<novakane> oh there is a patch from me on that fork, lol
<dnkl> mvdan: thanks for the merge :)
cabal704 has joined #foot
tertl8 has quit [Quit: Connection closed for inactivity]
caveman has quit [Remote host closed the connection]
caveman has joined #foot
cvmn has joined #foot
<mvdan> @dnkl does foot use xurls btw? I thought it used its own regular expression
cabal704 has quit [Ping timeout: 250 seconds]
cvmn has quit [Ping timeout: 240 seconds]
<dnkl> mvdan: no, but senpai (the IRC client) does
<mvdan> Ah, gotcha
cbb has joined #foot
bgs has quit [Ping timeout: 252 seconds]
bgs has joined #foot