mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Getting rid of some electron pkgs
This commit is contained in:
parent
3abbb1724f
commit
509f105398
|
@ -90,9 +90,9 @@
|
|||
vlc
|
||||
mpv
|
||||
yt-dlp
|
||||
freetube
|
||||
#freetube
|
||||
blender
|
||||
blockbench-electron
|
||||
#blockbench-electron
|
||||
cura
|
||||
obs-studio
|
||||
#install kdenlive via flatpak due to missing plugins
|
||||
|
|
|
@ -80,7 +80,7 @@ config.set('completion.open_categories',["searchengines","quickmarks","bookmarks
|
|||
config.bind('t', 'open -t')
|
||||
config.bind('x', 'tab-close')
|
||||
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(',cf', 'hint links userscript container-open')
|
||||
#config.bind(',s', 'set content.user_stylesheets \'\' ')
|
||||
|
|
Loading…
Reference in a new issue