dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.10.1 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
gtms has joined #foot
manio has quit [*.net *.split]
zar has quit [*.net *.split]
jeromenerf has quit [*.net *.split]
rj1 has quit [*.net *.split]
travankor has quit [*.net *.split]
jer0me has joined #foot
zar_ has joined #foot
rj1 has joined #foot
manio has joined #foot
travankor has joined #foot
novakane has joined #foot
coder_kalyan has quit [Remote host closed the connection]
ddevault has quit [Remote host closed the connection]
coder_kalyan has joined #foot
ddevault has joined #foot
novakane has quit [Quit: WeeChat 3.3]
novakane has joined #foot
novakane has quit [Quit: WeeChat 3.3]
novakane_ has joined #foot
coder_kalyan has quit [Remote host closed the connection]
ddevault has quit [Remote host closed the connection]
coder_kalyan has joined #foot
ddevault has joined #foot
novakane has joined #foot
novakane_ has quit [Quit: WeeChat 3.3]
andrea has joined #foot
lemontree has quit [Quit: WeeChat 3.1]
lemontree has joined #foot
novakane has quit [Remote host closed the connection]
novakane has joined #foot
ahti has joined #foot
<pipeweed[m]> are there other irc channels for your programs? like yambar
teraflops has joined #foot
<teraflops> hi, I'm trying to set border/color in the [csd] section but I'm having a hard time trying to figure out the right way to do that
<teraflops> tried color.regular0 w/ and w/o <> regular0 and the #505354 vale w/o success
<teraflops> value^
ahti has quit [Quit: leaving]
<teraflops> oh well, man foot.ini :)
chrisppy has joined #foot
<dnkl> pipeweed[m]: no, but asking here is ok
<dnkl> teraflops: got it working?
diniwed[m] has quit [Ping timeout: 265 seconds]
jcgruenhage has quit [Ping timeout: 265 seconds]
sterni has quit [Ping timeout: 265 seconds]
sterni has joined #foot
rumpelsepp has quit [Ping timeout: 265 seconds]
armin has quit [Quit: leaving]
diniwed[m] has joined #foot
jcgruenhage has joined #foot
rumpelsepp has joined #foot
helby has joined #foot
<helby> Hey, any idea why my command under bell get error "failed to spawn: No such file or directory" ?
rcf has quit [Quit: WeeChat 3.2.1]
rcf has joined #foot
<dnkl> helby: probably because you have a shell command line there? Foot only supports spawning actual binaries, in your PATH. I.e no pipes, redirection etc.
<dnkl> For that, you can manually wrap it in a sh -c "<command>"
<helby> dnkl: thanks, so created kind of shell scrip ;/ works, but remember that simple commands worked before in foot
<dnkl> helby: hmm, no? Foot has never executed a shell for you... But yeah, script is another alternative to sh -c "" :)
sterni has quit [*.net *.split]
chrisppy has quit [*.net *.split]
novakane has quit [*.net *.split]
andrea has quit [*.net *.split]
coder_kalyan has quit [*.net *.split]
ddevault has quit [*.net *.split]
travankor has quit [*.net *.split]
ecocode__ has quit [*.net *.split]
V has quit [*.net *.split]
lanodan has quit [*.net *.split]
vipulogmx has quit [*.net *.split]
bgs has quit [*.net *.split]
ericonr has quit [*.net *.split]
radu242407 has quit [*.net *.split]
emersion has quit [*.net *.split]
hspak has quit [*.net *.split]
tomleb has quit [*.net *.split]
amk has quit [*.net *.split]
ollysmith has quit [*.net *.split]
ecs has quit [*.net *.split]
ifreund has quit [*.net *.split]
zote has quit [*.net *.split]
<helby> dnkl: sh -c "command" did not work somehow ;/ yes, it worked somehow too, but not sure if it was under like 'comand' and not something like notify-something
<helby> sorry, now checked again, sh -c "command" works ;/
sterni has joined #foot
andrea has joined #foot
zote has joined #foot
chrisppy has joined #foot
hspak has joined #foot
tomleb has joined #foot
ecocode__ has joined #foot
V has joined #foot
vipulogmx has joined #foot
travankor has joined #foot
lanodan has joined #foot
emersion has joined #foot
coder_kalyan has joined #foot
ddevault has joined #foot
novakane has joined #foot
bgs has joined #foot
ollysmith has joined #foot
ericonr has joined #foot
amk has joined #foot
radu242407 has joined #foot
ecs has joined #foot
ifreund has joined #foot
<helby> I use just for simple 'beep' bc. need to 'doas beep' as in wayalnd it complain about console or whatever ;/
<dnkl> helby: you can probably do without doas if you change
<dnkl> The permissions of the pc speaker device file
<dnkl> For example, change the group to one your user is in
teraflops has quit [Ping timeout: 265 seconds]
<helby> dnkl: it sounds more hacky no?
<rcf> Doing it with udev works fine, I already need that sort of thing to set the brightness
<rcf> You can also bypass the PC speaker and beep through the normal one if you want to avoid permission entirely.
<helby> normal one?
<rcf> Just play a sound file
<helby> yes, I think I tried it in the past, but it's too complicated for practically just beep for irc
<dnkl> helby: setting user and group permissions is how you usually configure device access permissions
<dnkl> use the "audio" group, or create a custom one
<helby> pcspeaker device is even disabled in alpine
<rcf> helby: I used to think so, then I just pre-generated the beep as a low-resolution WAV file and stuck it in my dotfiles. aplay "$HOME/.beep/beep.wav"
<helby> rcf: I did something like that before but ...
<rcf> It is the alternative. Otherwise what dnkl says works well (I do that on weird cases where there *is* no audio device)
<dnkl> How does "beep" play without a pc speaker device? By using an alsa device? If so, the recommendation is still the same: set up proper permissions
<helby> yes I assume it play using alsa to regular speaker
<helby> but in that case I am in audio
<helby> but in any terminal I get 'can't open console' from console it works
<dnkl> And with doas it also works? Then I'd say strace it. You'll see which device it tries, and fails, to open
teraflops has joined #foot
<helby> yes from terminal with doas it works, in console without it ;/
<dnkl> Interesting problem, in any case :)
<helby> it shows and can't open first /dev/tty0 then /dev/console
<helby> but what I searched in the past, it's the way how that stupid beep is
<helby> no idea how X works, bc. in xorg it works even from terminal
<helby> but not in sway/river ...
<helby> strace beep https://envs.sh/Euj.txt
<dnkl> Before that, it tries to open /dev/tty. It succeeds, but then gets ENOTTY. Which is why it proceeds to try /dev/tty1, and then /dev/console
<dnkl> The weird thing here is ENOTTY. At least when running interactively from within the terminal
<helby> btw. that beep is busybox
<dnkl> Hmm, three ioctl is KDGKBTYPE (get keyboard type), which looks a lot like a console specific ioctl.
<dnkl> The ioctl*
<dnkl> Ah, BusyBox... That explains why my beep behaved completely different...
<helby> yes, in windows it works differently ;/
gtms has quit [Ping timeout: 256 seconds]
gtms has joined #foot
gtms has quit [Remote host closed the connection]