refactoring and adding bitwarden menu and some other keybindings
This commit is contained in:
parent
eb085ccf54
commit
fcedf34dc8
8 changed files with 47 additions and 10 deletions
|
@ -9,6 +9,7 @@
|
|||
## Documentation:
|
||||
## qute://help/configuring.html
|
||||
## qute://help/settings.html
|
||||
import glob
|
||||
|
||||
## This is here so configs done via the GUI are still loaded.
|
||||
## Remove it to not load settings done via the GUI.
|
||||
|
@ -1037,7 +1038,7 @@ c.content.headers.do_not_track = True
|
|||
|
||||
## Enable host blocking.
|
||||
## Type: Bool
|
||||
# c.content.host_blocking.enabled = True
|
||||
c.content.host_blocking.enabled = False
|
||||
|
||||
## List of URLs of lists which contain hosts to block. The file can be
|
||||
## in one of the following formats: - An `/etc/hosts`-like file - One
|
||||
|
@ -1228,7 +1229,8 @@ c.content.headers.do_not_track = True
|
|||
|
||||
## List of user stylesheet filenames to use.
|
||||
## Type: List of File, or File
|
||||
# c.content.user_stylesheets = []
|
||||
# or if you have a directory with .user.css files:
|
||||
c.content.user_stylesheets = glob.glob('./css*.user.css')
|
||||
|
||||
## Enable WebGL.
|
||||
## Type: Bool
|
||||
|
@ -2426,7 +2428,7 @@ config.bind('o', 'set-cmd-text -s :open')
|
|||
## Bindings for MPV and YTDL
|
||||
config.bind('v', 'hint links spawn --detach mpv --force-window yes {hint-url}')
|
||||
config.bind('gv', 'spawn --detach mpv --force-window yes {url}')
|
||||
config.bind('gc', 'spawn org-capture {url}')
|
||||
config.bind('gc', 'spawn org-capture "{url}"')
|
||||
config.bind('gV', 'hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s.%(ext)s {hint-url}')
|
||||
|
||||
## Bindings for MPV and YTDL
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris/storage/digikam/Photos/Phone Camera/2020/11, file:///home/chris/Pictures, file:///home/chris/storage/digikam/Photos/Phone Camera/2020/08, file:///home/chris/Videos
|
||||
lastVisited=file:///home/chris/Videos
|
||||
history=file:///home/chris/Pictures, file:///home/chris/storage/digikam/Photos/Phone Camera/2020/08, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts
|
||||
lastVisited=file:///home/chris/Downloads/Takeout/Contacts/All Contacts
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -14,3 +14,5 @@ bw https://bitwarden.tfcconnection.org/#/
|
|||
coin https://www.coinbase.com/dashboard
|
||||
remind https://www.remind.com/classes/4223h9
|
||||
admin https://admin.microsoft.com/AdminPortal/Home#/homepage
|
||||
jelly https://jellyf.hopto.org/web/index.html#!/home.html
|
||||
st http://127.0.0.1:8384/#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue