如何通过命令行启动配置Kde控制模块?


9

右键单击窗口的顶部栏,可通过“配置窗口行为”进入“窗口管理器”设置。在这里,您可以学习和配置KWin的高级功能。

但是,是否可以使用命令行启动“窗口管理器”设置?

Answers:


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

您可以使用list命令:

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
安德烈

如果将“聚焦”级别设置得太高,不小心退出了“开始菜单”,则非常方便。“ kcmshell5 kwinoptions”。媒体上方的任何焦点级别设置都破坏了“ alt + f2”程序的运行,并且kde开始菜单(鼠标和“ windows”键快捷键
dude
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.