Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
KRunnerのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
KRunner
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[Category:アプリケーションランチャー]] [[Category:KDE]] [[en:KRunner]] {{Related articles start}} {{Related|KDE}} {{Related articles end}} [https://userbase.kde.org/Plasma/Krunner KRunner] is an application built into [[Plasma]] 5 to perform functions and run commands quickly, and features a "runner" system to customize functions available for use. == Installation == {{Pkg|krunner}} パッケージをインストールしてください。 [[Install]] the {{Pkg|krunner}} package. == Usage == To open KRunner in Plasma, you can either right-click the desktop and press "run command", or you can use the default keybindings, {{ic|Alt+Space}} or {{ic|Alt+F2}}. In some workspaces such as a blank desktop, starting to type will automatically bring up KRunner. == Open KRunner with the Meta key == To set the Meta key as a shortcut to open KRunner, run {{bc|<nowiki>kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.krunner,/App,,display" </nowiki>}} To apply the change to the current session restart KWin with {{bc|<nowiki>kwin_x11 --replace # For X11 kwin_wayland --replace # For wayland</nowiki>}} == Switch active windows == Plasma 5 doesn't contain default way to specify krunner search only by active window titles. Following approaches are used to work around this issue. ==== Full list of windows with search by titles ==== This approach will require {{pkg|xdotool}}. # Go to ''System Settings > Workspace > Shortcuts > Custom Shortcuts''. # Create new Global shortcut -> Command/URL (by right click) # Tick the checkbox to the right of the name. # In Trigger tab select the desired key combination. # In Action tab type {{ic|/usr/local/bin/krunner-search-by-windows.sh}} # Create file {{ic|/usr/local/bin/krunner-search-by-windows.sh}} with the following content: {{bc|<nowiki>#!/bin/bash qdbus org.kde.krunner /App querySingleRunner windows "" sleep 0.2 xdotool type 'window ' xdotool key "shift+BackSpace"</nowiki>}} # Make file executable and give run permission to all {{bc|chmod a+x /usr/local/bin/krunner-search-by-windows.sh}} Note the space after {{ic|window}}. Now you're able to get list of opened windows by specified shortcut and search by this list as you type; ==== Search by titles without full windows list ==== This approach is more limited but far less ugly. # Go to ''System Settings > Workspace > Shortcuts > Custom Shortcuts''. # Create new Global shortcut -> D-bus Command (by right click) # Tick the checkbox to the right of the name # In Trigger tab select desired key combination # In Action tab insert following information: - Remote application : org.kde.krunner - Remote Object : /App - Function : querySingleRunner - Arguments : windows "" == See also == [https://userbase.kde.org/Plasma/Krunner KRunner on KDE UserBase Wiki]
このページで使用されているテンプレート:
テンプレート:Bc
(
ソースを閲覧
)
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:META Related articles start
(
ソースを閲覧
)
テンプレート:Pkg
(
ソースを閲覧
)
テンプレート:Related
(
ソースを閲覧
)
テンプレート:Related articles end
(
ソースを閲覧
)
テンプレート:Related articles start
(
ソースを閲覧
)
KRunner
に戻る。
検索
検索
KRunnerのソースを表示
話題を追加