Jonathan Haylett

Results 113 comments of Jonathan Haylett

Fair enough, that makes sense. Thanks for this awesome project btw, it's working much better for me than using aurutils directly was :)

There are existing products like CronusMax that let you use PC controllers with consoles so that should be possible. You'd probably need either something like that or an actual controller...

Okay so I got it working by going into ~/.config/autorandr/mobile/config and setting HDMI-1-1 off and then deleting the docked profile and generating it again. Would be interested to know why...

Looks somewhat similar to #96 > **Expected behavior** > Programs are rerun in accordance to its `cmdline` Would you mind showing the original cmdline of these processes? You can find...

Uh sorry should've asked before but can you also show the output of `ls -l /proc/$(xprop _NET_WM_PID | cut -d ' ' -f3)/cwd`

Oh I also forgot to ask, have you added the urxvt window class as a terminal in the i3-resurrect config? See https://github.com/JonnyHaystack/i3-resurrect#terminals Been a while since I've been deep in...

Did you check that you have done according to my last comment and added it as a terminal? That should fix any problem with working directory being restored. Also I'm...

@teto I didn't want to go adding things that I haven't tested, but yeah I should really add more

Hi, thanks for your work. I see you have added a `load` command and if I'm not mistaken its behaviour overlaps with `restore` a lot? Would it not make sense...

If you just need to save/restore all workspaces at once, you can do that by just writing a small wrapper script around i3-resurrect. I don't see how it is of...