dnkl changed the topic of #foot to: Foot - fast, lightweight and minimalistic Wayland terminal emulator || 1.19.0 || https://codeberg.org/dnkl/foot || channel logs: https://libera.irclog.whitequark.org/foot
wael has quit [Ping timeout: 246 seconds]
wael has joined #foot
cbb has quit [Quit: cbb]
th3r00t has quit [Ping timeout: 245 seconds]
th3r00t has joined #foot
an3223 has quit [Remote host closed the connection]
an3223 has joined #foot
wofA has quit [Ping timeout: 260 seconds]
init has quit [Ping timeout: 260 seconds]
wofA has joined #foot
init has joined #foot
chilledfrogs has quit [Quit: connection reset by purr]
an3223 has quit [Remote host closed the connection]
an3223 has joined #foot
chilledfrogs has joined #foot
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 248 seconds]
andyrtr_ is now known as andyrtr
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 245 seconds]
andyrtr_ is now known as andyrtr
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 248 seconds]
andyrtr_ is now known as andyrtr
fitrh has joined #foot
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 276 seconds]
andyrtr_ is now known as andyrtr
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 272 seconds]
andyrtr_ is now known as andyrtr
fitrh has quit [Quit: fitrh]
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 260 seconds]
andyrtr_ is now known as andyrtr
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 252 seconds]
andyrtr_ is now known as andyrtr
<tsdh> How can I control which browser is used when opening some URL with URL mode (Ctrl-Alt-o)?
<bapt> it espects xdg
<bapt> like stated in the manpage
<bapt> "by default opens the URL with xdg-open. This can be changed with the url-launch option."
<tsdh> bapt: Indeed, xdg-open uses the same (wrong!!!) browser.
<bapt> this your "default" browser according to your xdg config
<tsdh> bapt: How would I know?
<tsdh> Where is that config located?
<kode54> here, xdg ignores the default browser set by xdg mime
<kode54> it prefers either an environment variable that my system doesn't set
<kode54> or x-www-browser symlink in path, followed by a hard coded list of typical browser executable names
<kode54> it will also prefer www-browser symlink if not running in a graphical session
<kode54> it prefers firefox and ignores firefox-nightly
<kode54> it will also pick chromium if that's installed
<kode54> multiple browsers only confuse this
<tsdh> Ah, got it working: xdg-settings set default-web-browser firefox-developer-edition.desktop
<kode54> ah, that worked for you? good
<tsdh> Yup
<kode54> it didn't work for me when opening HTML content without a filename extension
<kode54> for that, it used an internal browser list
<tsdh> What do you mean with opening HTML content? A HTML file without extension?
andyrtr has quit [Ping timeout: 252 seconds]
andyrtr has joined #foot
<kode54> or a .html file
<kode54> something I was having with running aerc and opening html emails
th3r00t has quit [Ping timeout: 248 seconds]
rrogalski has quit [Read error: Connection reset by peer]
rrogalski has joined #foot
Biolunar has quit [Ping timeout: 252 seconds]
Biolunar has joined #foot
wofA has quit [Remote host closed the connection]
wofA has joined #foot
cbb has joined #foot
andyrtr_ has joined #foot
andyrtr has quit [Ping timeout: 276 seconds]
andyrtr_ is now known as andyrtr
th3r00t has joined #foot
th3r00t has quit [Quit: Lost terminal]
th3r00t has joined #foot
th3r00t has quit [Read error: Connection reset by peer]
th3r00t has joined #foot
jpp has quit [Quit: WeeChat 3.8]
jpp has joined #foot
chilledfrogs has quit [Quit: connection reset by purr]
chilledfrogs has joined #foot
chilledfrogs has quit [Client Quit]
chilledfrogs has joined #foot
chilledfrogs has quit [Client Quit]
chilledfrogs has joined #foot
chilledfrogs has quit [Client Quit]
chilledfrogs has joined #foot
chilledfrogs has quit [Client Quit]
cbb has quit [Quit: cbb]
switchy has quit [Read error: Connection reset by peer]
switchy has joined #foot
iiogama has quit [Read error: Connection reset by peer]
iiogama has joined #foot
alexherbo2 has joined #foot
<alexherbo2> hello
<alexherbo2> is there a way to change the color scheme of running foot clients?
<alexherbo2> I'd like to reset the custom colors to their defaults (basically I use a light theme the day, but at night I'd like to reset to the default dark colors foot provides)
<alexherbo2> I've seen something which emit escapes sequences to change the colors iirc, but I'm more looking to a foot specific solution to specifically resets the color scheme
lanodan has quit [Remote host closed the connection]
lanodan has joined #foot
chilledfrogs has joined #foot
<alexherbo2> j`ey: yeah, it's the solution I've seen; I don't want to depend on a shell script
<alexherbo2> also there is no way to use foot's default theme with https://github.com/lemnos/theme.sh
<alexherbo2> I have my own colors in the toml config, and if I want to go back to my colors, I will have to write something compliant with https://github.com/lemnos/theme.sh/tree/master/themes
<alexherbo2> s/toml/ini/
<alexherbo2> it brings me solution but also problems I haven't had to deal with it before, hence why I'm willing more to a foot command for doing it