Stan Svec

Results 15 comments of Stan Svec

@cahna This fixed the problem for me (linux btw.). Thanks a lot!

Hi @xwmx , do you have any update on this please? Completions for commands and options are helpful, but completions working also for note selectors would be amazing feature. Especially...

I can see the completions already work for notebooks. Thanks for the great work! Cannot wait for folders and notes support.

You can also configure touchpad gestures with the following steps: **Install** `libinput` `libinput-gestures` **Configure** `cp /etc/libinput-gestures.conf .config/` **Example config** ``` gesture swipe up 3 _internal ws_up gesture swipe down 3...

@MightyPlaza May I ask you for an update or ETA of this work please?

Oh so simple, thanks! I came up with a naive solution: ``` _FIRST_PROMPT = True def _starship_prompt(cfg=None): global _FIRST_PROMPT with __xonsh__.env.swap({'STARSHIP_CONFIG': cfg} if cfg else {}): prompt = __xonsh__.subproc_captured_stdout([ 'starship',...

Hmm, I didn't even know that prompt toolkit provides shell functionality, because I don't have any experience with this library. Is it possible to access `ptk`'s API somehow from the...

Hey @neuromorph, I experience the same issue on my laptop. The gnome session restarts after I open the lid (resume from sleep) . **This happens only when the candybar is...

Thanks for the suggestions @neuromorph. What is the procedure for trying the new version? 1. Uninstall the current one 2. Logout / in 3. Copy the 2.0 branch to a...

Hi, Thanks for the instructions. I've installed the version from the `openbar2.0` branch, but the problem persists. When this command is executed in terminal: `MUTTER_DEBUG_DUMMY_MODE_SPECS=1200x800 SHELL_DEBUG=all dbus-run-session -- gnome-shell --nested...