Matthew Strasiotto

Results 116 comments of Matthew Strasiotto

@alxjrvs you can probably reference a specific commit hash

The lines responsible for triggering the splash dialog: https://github.com/falahati/HeliosDisplayManagement/blob/22b24746df65bbeb9c86a4cc53e3e44efdb10ffd/HeliosDisplayManagement/UIForms/EditForm.cs#L56-L79 We see they're presently hardcoded to 3 and 30 https://github.com/falahati/HeliosDisplayManagement/blob/22b24746df65bbeb9c86a4cc53e3e44efdb10ffd/HeliosDisplayManagement/UIForms/EditForm.cs#L65

I've gone ahead and implemented a custom timing setting on a per-profile basis, as in #31 . I can envision lots of edge cases when switching between two profiles with...

I'm happy enough to take a crack at this, btw. Looks are okay, but mobile interface could be improved

> That would be much appreciated, frontend work is not my strong suit. I like frontend work, and I should be able to fix up at least the bootstrap so...

Personally, I have vim splits nested in tmux panes nested in yabai managed windows and it leads me to question my sanity *(Easing management of vim splits in tmux is...

Im interested to know whether this helps you, https://superuser.com/questions/410017/how-do-i-know-current-tmux-session-name-by-running-tmux-command Some of these solutions rely on the env vars but it looks like some are a bit more robust I might...

https://github.com/christoomey/vim-tmux-navigator Hm, seems like you're asking tmux directly to do the work. I'm not sure that that really gives vim a chance to pick up the keypress and then delegate...

Does vim tmux navigator work correctly without skhd being involved? I'll share my dotfiles soon