Nathan

Results 17 comments of Nathan

As an addendum to my problem, and the last statement by @ank426, I wonder if you couldn't have boxxy box up these apps $HOME and $XDG_CONFIG_HOME to a location under...

Will fix it all after sleep. Just was hoping to include the things that have helped me in my systemd jourey. (it's been a long one)

This isn't a bug but a feature, unless I'm wrong. This is also another argument for letting multiple interfaces to act as one long scrolling interface. Please, make this a...

I'm not a programmer (unless we count shell and python), but out of all the "text editor" bobs on a desktop Geany really hits some kind of sweet spot, except...

In my setup niri is spawned from a login shell explicitly all the time on tty1 without issue. Maybe an issue with your specific configuration? What niri is trying to...

I'm not an expert on ZSH, my code naively is: ``` if [[ $(tty) == /dev/tty1 ]]; then niri-session exit fi ``` It doesn't exec or anything, just runs the...

BTW you can test this for yourself by opening a shell, unset a profile variable (something set in your profile), then run the command in question replacing $SHELL with your...