| 25 Jun 2026 |
marienz | I don't think there's a way around having to do that for each game | 08:23:03 |
marienz | (no default launch options for all games that don't have per-game options set) | 08:23:49 |
marienz | So it's a little annoying (but does work) | 08:24:08 |
magic_rb | I wish steam had a better api for this:
- List games
- Set launch options
It would make things easier for a lot of linux folks
| 09:34:09 |
srestegosaurio (on tchncs.de) | I've once saw a project which let you do something like that as a nixos module. | 10:01:04 |
srestegosaurio (on tchncs.de) | It seemed hacky. | 10:01:13 |
marienz | I'd be curious how they managed it (I can't really think of a way short of replacing the /bin/sh Steam sees with something that checks whether it's being invoked by Steam) | 10:03:47 |
magic_rb | They edit steams vdf database, which means steam cant running when you do it | 10:38:17 |
magic_rb | Very impractical | 10:38:32 |
marienz | ah, I see. https://github.com/ValveSoftware/steam-for-linux/issues/3453 looks like the relevant upstream feature request (and someone in there mentions sed-ing localconfig.vdf, presumably same approach you're describing) | 10:40:39 |
magic_rb | Yeah its truly a shame there isnt a api for this :( next year when i go to xdc ill convince one of the valve contractors to push the idea within valve. Cant hurt to try | 10:42:00 |
marienz | Looks like I missed that nixpkgs+NixOS already had a hook for this. Assuming you're using the NixOS steam module, try adding programs.steam.extraPackages = pkgs: [ pkgs.gamescope ] (...it's even the example in https://search.nixos.org/options?channel=26.05&query=steam.extraPackages#show=option%253Aprograms.steam.extraPackages ) | 11:14:54 |
marienz | err, sorry, that should've been just programs.steam.extraPackages = [pkgs.gamescope] | 11:19:10 |
marienz | * err, sorry, that should've been just programs.steam.extraPackages = [ pkgs.gamescope ] | 11:19:25 |
Makuru | awawawwawa | 11:59:30 |
ranidspace (they/it/xe) | awawawawawa | 13:20:48 |
marienz | ? | 13:22:09 |
magic_rb | awawawawa | 13:24:57 |
Marie | meow | 13:28:01 |
magic_rb | Woof | 13:28:07 |
matejc | not sure what to think about this | 13:28:53 |
Makuru | Basically a queer thanks. | 16:17:11 |
magic_rb | Dont think too much, just go with it. Im personally not even queer but meow anyway | 16:26:32 |
Makuru | furry! or something. | 17:57:52 |
magic_rb | Me? No, i find furries weird, but i also find it funny that some people get really hot and bothered at the meowing lol | 18:06:42 |
ranidspace (they/it/xe) | furries are people with an interest in anthropomorphic characters thats it | 18:08:21 |
ranidspace (they/it/xe) | idk how weird it is etc etc they Can be but that's not everyone + who cares | 18:08:44 |
magic_rb | I mean, each to their own, idc really. I just found it funny how they went to furry immediately :D | 18:27:06 |
| 26 Jun 2026 |
marienz | In reply to @makuru:catgirl.cloud Basically a queer thanks. Ah, no worries | 03:44:47 |
| mio joined the room. | 08:23:05 |