qutebrowser-profile
qutebrowser-profile copied to clipboard
Ability to run qutebrowser with different profiles, choose a profile via dmenu/rofi interactively for new links
I updated this repo and I noticed that `qutebrowser-profile` recently started serving me profile through `dmenu`, not `rofi`. I played with the config and finally digged into the code and...
When provided, this new flag adds the option to launch qutebrowser without any profile applied, as if it were launched normally. When enabled, a special profile (called "default", but can...
Moved profile root to `$XDG_DATA_HOME/qutebrowser/profiles` so profile names cannot collide with Qutebrowser data files (eg: `webengine`)
Do you know, psd ? [Profile-sync-daemon - ArchWiki](https://wiki.archlinux.org/index.php/Profile-sync-daemon) It basicly symlinks your /home/USER/.local/share/qutebrowser -> /run/user/1000/USER-qutebrowser So it runs much faster in memory This is an essential tool, especially if you're...
For Qute instances to be seen as completely seperate apps by the windowing system, they should set a unique WM_CLASS under X11 and a custom app_id under Wayland. `qutebrowser` supports...
This issue is for discussing auto-generating .desktop files.
The problem and solution is given by #23