DOWNSIDES: Figma doesn’t work at all.(Warning: check if it started working, noted: 4 March, 22)
Best way to open qutebrowser via dmenu: qu
works excellent!
My config file for qutebrowser: https://github.com/sahilrajput03/config/tree/main/.config/qutebrowser
Source (youtube@distrotube): https://youtu.be/_OJKp4c5OLs
Source2 (youtube@distrotube): https://www.youtube.com/watch?v=rMYMfnOpxP0
quickmarks:
FYI: To add a quickmark type command :quick
and you’ll see below list of commands in suggestions:
ALERT: Don’t modify the ~/.config/qutebrowser/quickmarks file directly, coz there’s no way of loading that file again in running instace of qutebrowser, so its better to use qutebrowser itself commands below defined to add/delete any quickmarks.
ALERT:FYI: If you edit the file if you really want to then you can simply close the browser and open it again so it picks up the changes made in file. (also, config-source
doesn’t seem to help with this too).
quickmark-add #To add a new quickmark
quickmark-del # To delete a quickmark
quickmark-load name_of_quickmark # To load a quickmark (you can open it in current tab/new tab/new window as well).
quickmark-save # Save the current page as a quickmark.
# See complete list of all the commands available from qutebrowser @
# https://qutebrowser.org/doc/help/commands.html
qutebrowser has 23k commits, wow!
Amazing course for learnig qutebrowser @ https://www.shortcutfoo.com/app/dojos/qutebrowser
You can open Help page in qutebrowser directly via: :help
command and
that’ll open the help page from qutebrowser’s site.
(Found in help page) Commands page: https://qutebrowser.org/doc/help/commands.html
Help page: https://qutebrowser.org/doc/help/
Quick Start: https://qutebrowser.org/doc/quickstart.html
Read here: https://wiki.archlinux.org/title/Qutebrowser
~Sahil: Please read @
Src: https://www.reddit.com/r/qutebrowser/comments/72tm8g/adding_search_engines/
Use below command to set default and other search engines, default new tab, start_pages, and more.
:set url.searchengines ‘{“aur” : “https://aur.archlinux.org/packages?O=0&K={}”, “ap”: “https://archlinux.org/packages/?q={}”, “us”: “https://unsplash.com/s/photos/{}”, “r”: “https://reddit.com/r/{}”, “ud”: “https://www.urbandictionary.com/define.php?term={}”, “aw”: “wiki.archlinux.org/?search={}”, “y”: “https://www.youtube.com/results?search_query={}”, “DEFAULT”: “https://www.google.com.ar/search?q={}”, “d”: “https://duckduckgo.com/?q={}”}’ :set url.default_page “https://google.in” :set url.start_pages “https://google.in”
You can change these settings manually via below command as well.
:open qute://settings
:q
to quit browser