¿Cómo iniciar el módulo de control Configure Kde por línea de comando?


9

Al hacer clic derecho en la barra superior de una ventana, a través de "Configurar el comportamiento de la ventana", se accede a la configuración del Administrador de ventanas. Aquí puede aprender y configurar las funciones avanzadas de KWin.

Pero, ¿hay alguna manera de iniciar la configuración del Administrador de ventanas usando la línea de comando?

Respuestas:


18

Módulos de control de KDE

Mando:

kcmshell4 --help

Dirá:

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

Puede usar el comando de lista:

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....

Puede elegir más de un módulo, es decir. El comando:

kcmshell4 kwincompositing kwindecoration kwinoptions kwinrules kwinscreenedges kwintabbox

iniciará módulos

ingrese la descripción de la imagen aquí

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

44
funciona para kde5 con kcmshell5.
Andrey

Muy útil si se desconecta accidentalmente de su "menú de inicio" al configurar el nivel de "enfoque" demasiado alto. "kcmshell5 kwinoptions". Cualquier configuración de nivel de enfoque por encima del medio rompió el programa "alt + f2" en ejecución y el menú de inicio de kde (acceso directo del mouse y de la tecla 'windows'.
amigo
Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.