dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.9.0 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
amk has quit [Ping timeout: 268 seconds]
amk has joined #foot
bgs has quit [Ping timeout: 252 seconds]
bgs has joined #foot
bgs has quit [Read error: Connection reset by peer]
bgs has joined #foot
hexa- has quit [Quit: WeeChat 3.1]
hexa- has joined #foot
hill has joined #foot
cherti has quit [Ping timeout: 256 seconds]
cherti has joined #foot
cherti has quit [Ping timeout: 268 seconds]
cherti has joined #foot
hill has quit [Remote host closed the connection]
novakane has joined #foot
kmarius has quit [Quit: ZNC 1.8.2 - https://znc.in]
kmarius has joined #foot
novakane has quit [Quit: WeeChat 3.2.1]
novakane has joined #foot
noocsharp has joined #foot
<noocsharp> has adding a '-e' option to foot ever been discussed?
<noocsharp> swaynag seems to assume that terminal emulators have '-e', so it fails if $TERMINAL is set to foot
<noocsharp> tbh not sure whether it's a problem with foot or sway for making that assumption
<lemontree> what does that do? exec things?
<noocsharp> yeah, `foot -e foo` should do the exact same thing as `foot foo`
<noocsharp> it's just some programs and scripts assume that the terminal has a '-e' option for doing these things, i believe it comes from xterm
<lemontree> i'm not an foot developer but i'd agree this would be sensible to prevent breakage
<Arnavion> Why on earth does it spawn a terminal
<Arnavion> >-b, --button <text> <action> Create a button with text that executes action in a terminal when pressed. Multiple buttons can be defined.
<Arnavion> Yeesh
<noocsharp> yeah, not sure why
<noocsharp> maybe for i3 compatibility
<Arnavion> If you're just trying to solve a problem for yourself, use -B instead?
<sterni> noocsharp: tl;dr it's not consistently implemented across all emulators, so it makes little sense to add to foot until there is a standard way to invoke a terminal emulator with a command https://codeberg.org/dnkl/foot/issues/184#issuecomment-150624
<sterni> see the thread for a wrokaround if you can't reconfigure swaynag
novakane has quit [Quit: WeeChat 3.2.1]
<noocsharp> Arnavion: ah nice, thansk
<noocsharp> weird, i3 uses -B in its default config, but sway doesn't