Getting rid of some electron pkgs

This commit is contained in:
Emmet 2023-10-28 12:23:05 -05:00
parent 3abbb1724f
commit 509f105398
2 changed files with 3 additions and 3 deletions

View file

@ -90,9 +90,9 @@
vlc vlc
mpv mpv
yt-dlp yt-dlp
freetube #freetube
blender blender
blockbench-electron #blockbench-electron
cura cura
obs-studio obs-studio
#install kdenlive via flatpak due to missing plugins #install kdenlive via flatpak due to missing plugins

View file

@ -80,7 +80,7 @@ config.set('completion.open_categories',["searchengines","quickmarks","bookmarks
config.bind('t', 'open -t') config.bind('t', 'open -t')
config.bind('x', 'tab-close') config.bind('x', 'tab-close')
config.bind('yf', 'hint links yank') config.bind('yf', 'hint links yank')
config.bind(',m', 'hint links spawn freetube {hint-url}') config.bind(',m', 'hint links spawn mpv {hint-url}')
config.bind(',co', 'spawn container-open') config.bind(',co', 'spawn container-open')
config.bind(',cf', 'hint links userscript container-open') config.bind(',cf', 'hint links userscript container-open')
#config.bind(',s', 'set content.user_stylesheets \'\' ') #config.bind(',s', 'set content.user_stylesheets \'\' ')