Tristan Maat

Results 132 comments of Tristan Maat

Heh, thanks, I've already fixed all things that were recorded on that wiki page, what's left are things that were either inaccurate, tied to nixos or not listed there :)...

Don't know the projects off the top of my head, sorry. I've not moved my Xresources yet, but only xrdb should read it; if other applications do they're doing it...

This almost works, but it won't work if you specify more than one query/fragment in a file and try to access only one. That is, this won't work: ```javascript import...

FYI, you can use still this in a flake. Here's how I got a shell up: ```nix { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-22.05"; npmlock2nix = { url = "github:nix-community/npmlock2nix";...

> Because we have a "SERVER" in-between, if a client has an "issue", the SERVER should be able to step in and help fix any such problem reported by any...

xfce is indeed an interesting one. Assuming the [debian package](https://packages.debian.org/bullseye/amd64/xfce4-session/download), the xfce session actually launches `startxfce4`: ``` [Desktop Entry] Version=1.0 Name=Xfce Session Exec=startxfce4 Icon= Type=Application DesktopNames=XFCE ``` `startxfce4` is a...

As a hint, #16 intends to solve this, but struggles with internal inconsistencies of the Xorg spec. Personally I've resorted to just using the sample gtk greeter because it's a...

> The only problem is that all the apps have half size fonts and ui. It seems that something is wrong with the scaling, although the polybar is of the...