Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
Nyxtのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
Nyxt
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[Category:ウェブブラウザ]] [[en:Nyxt]] [[pt:Nyxt]] [https://nyxt.atlas.engineer Nyxt] [nýkst] is a keyboard-driven web browser designed for hackers. Inspired by [[Emacs]] and [[Vim]], it has familiar keybindings ([[Emacs]], [[vi]], [[Wikipedia:IBM Common User Access|CUA]]), and is infinitely extensible in [[Common Lisp]]. == Installation == [[Install]] the {{Pkg|nyxt}} package or {{AUR|nyxt-git}} for the development version. == Usage == When first opened, nyxt provides a short tutorial on how to use the browser, its features and basic keybinds. For more information, refer to the [https://nyxt.atlas.engineer/documentation manual]. == Configuration == Nyxt can be configured using either in-browser GUI or by directly modifying its config file. By default all configuration files reside in {{ic|~/.config/nyxt}}. == Tips and tricks == === Change default keybinds === By default nyxt uses the CUA set of keybinds, these can either be changed in the browser settings or by adding this code snippet to {{ic|~/.config/nyxt/config.lisp}}: ;; emacs keybinds (define-configuration buffer ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)))) or if you prefer vi-style keybinds: ;; vi keybinds (define-configuration buffer ((default-modes (pushnew 'nyxt/mode/vi:vi-normal-mode %slot-value%)))) === Adblocking === Nyxt comes with a builtin adblocker, to enable it put the following in {{ic|~/.config/nyxt/config.lisp}}: (define-configuration web-buffer ((default-modes (pushnew 'nyxt/mode/blocker:blocker-mode %slot-value%)))) === Fingerprinting === ==== Using tor ==== To proxy requests over [[Tor]], including downloads: (define-configuration nyxt/mode/proxy:proxy-mode ((nyxt/mode/proxy:proxy (make-instance 'proxy :url (quri:uri "socks5://localhost:9050") :allowlist '("localhost" "localhost:8080") :proxied-downloads-p t)))) (define-configuration web-buffer ((default-modes (append '(proxy-mode) %slot-value%)))) ==== Reduce tracking mode ==== reduce-tracking-mode makes fingerprinting harder by changing the user agent, language, timezone (as to make them more generic) and removing tracking elements from URLs. To enable it, simply add this to {{ic|~/.config/nyxt/config.lisp}}: (define-configuration web-buffer ((default-modes (pushnew 'nyxt/mode/reduce-tracking:reduce-tracking-mode %slot-value%)))) == Troubleshooting == === Videos not playing / Webpages crashing === HTML5 video support requires gstreamer and its associated plugins. Not having them might prevent the browser from playing video, it also might make those pages crash. === Blank pages === If you experience blank websites, you may try to disable compositing by adding the following line to {{ic|~/.config/nyxt/config.lisp}} {{ic|(setf (uiop/os:getenv "WEBKIT_DISABLE_COMPOSITING_MODE") "1")}} == See also == * [https://nyxt.atlas.engineer Homepage] * [https://github.com/atlas-engineer/nyxt GitHub repository]
このページで使用されているテンプレート:
テンプレート:AUR
(
ソースを閲覧
)
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:Pkg
(
ソースを閲覧
)
テンプレート:TranslationStatus
(
ソースを閲覧
)
Nyxt
に戻る。
検索
検索
Nyxtのソースを表示
話題を追加