updates qutebrowser, nvim markdown, yt-dlp

This commit is contained in:
Henrik Bakken
2025-01-15 11:26:14 +01:00
parent 4099c835c7
commit 1a008441f4
4 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ sudo systemctl enable --now coolercontrold.service
sudo systemctl edit coolercontrold.service # set log level to WARN
# video streaming
yay -S vlc protobuf
yay -S vlc protobuf yt-dlp
yay -S castnow
# div applications
+3 -1
View File
@@ -1,4 +1,6 @@
vim.o.colorcolumn = "100"
vim.o.colorcolumn = ""
vim.o.textwidth = 80
vim.o.wrap = true
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2
+9 -1
View File
@@ -46,11 +46,19 @@ settings:
global: true
content.javascript.clipboard:
global: access-paste
content.media.audio_capture:
https://meet.google.com: true
content.media.audio_video_capture:
https://meet.google.com: true
content.media.video_capture:
https://meet.google.com: true
content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true
downloads.location.directory:
global: /home/hjalmarlucius/Downloads
session.default_name:
global: hb
tabs.mode_on_change:
global: restore
tabs.position:
global: left
global: top
+9 -2
View File
@@ -2,11 +2,16 @@ from typing import TYPE_CHECKING
if TYPE_CHECKING:
from typing import Any
config: Any = None
c: Any = None
config.load_autoconfig(True)
config.set("content.register_protocol_handler", True, "https://mail.google.com?extsrc=mailto&url=%25s")
config.set(
"content.register_protocol_handler",
True,
"https://mail.google.com?extsrc=mailto&url=%25s",
)
config.bind("<", "tab-move -")
config.bind("<Ctrl+Shift+Tab>", "tab-prev")
@@ -30,6 +35,8 @@ config.bind("to", "tab-focus")
config.bind("ø", "cmd-set-text :")
config.bind("m", 'cmd-set-text :quickmark-add {url:pretty} "', mode="normal")
config.bind("D", "tab-close")
config.bind(",m", "hint links spawn mpv {hint-url}", mode="normal")
config.bind(",M", "spawn mpv {url}", mode="normal")
config.unbind("co") # close all tabs except this one
config.unbind("<Ctrl+v>") # delete tab
config.unbind("d", mode="normal") # delete tab
@@ -43,7 +50,6 @@ c.auto_save.session = True
c.completion.open_categories = [
"searchengines",
"quickmarks",
"bookmarks",
"history",
"filesystem",
]
@@ -54,6 +60,7 @@ c.content.geolocation = False
c.content.cache.size = 52428800
c.content.notifications.enabled = False
c.content.tls.certificate_errors = "ask-block-thirdparty"
c.downloads.position = "bottom"
c.editor.command = [
"urxvt",
"-title",