コマンドラインでConfigure Kdeコントロールモジュールを起動する方法


9

ウィンドウのトップバーを右クリックすると、[ウィンドウの動作の構成]からウィンドウマネージャーの設定に移動します。ここでは、KWinの高度な機能を学習および構成できます。

しかし、コマンドラインを使用してウィンドウマネージャーの設定を起動する方法はありますか?

回答:


18

KDE制御モジュール

コマンド:

kcmshell4 --help

伝えとく:

Usage: kcmshell4 [Qt-options] [KDE-options] [options] module 

A tool to start single KDE control modules

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  --list                    List all possible modules

Arguments:
  module                    Configuration module to open
  --lang <language>         Specify a particular language
  --silent                  Do not display main window
  --args <arguments>        Arguments for the module

リストコマンドを使用できます。

kcmshell4 --list

The following modules are available:
kwincompositing           - Configure desktop effects
display                   - Display Settings
autostart                 - A configuration tool for managing which programs start up.
ebrowsing                 - Configure enhanced browsing
kcm_phonon                - Sound and Video Configuration
.... cut....

つまり、複数のモジュールを選択できます。コマンド:

kcmshell4 kwincompositing kwindecoration kwinoptions kwinrules kwinscreenedges kwintabbox

モジュールを起動します

ここに画像の説明を入力してください

kwincompositing           - Configure desktop effects
kwindecoration            - Configure the look and feel of window titles
kwinoptions               - Configure the window behavior
kwinrules                 - Configure settings specifically for a window
kwinscreenedges           - Configure active screen edges
kwintabbox                - Configure the behavior for navigating through windows

4
これは、kde5で動作しkcmshell5ます。
Andrey

「フォーカス」レベルを高く設定しすぎて誤って「スタートメニュー」からログアウトした場合に非常に便利です。"kcmshell5 kwinoptions"。。メディア上の任意のフォーカスレベルの設定は、「Alt + F2を」プログラム実行しているとKDEのスタートメニュー(マウスおよび「Windowsのショートカットキーの両方破った
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.