Como iniciar o módulo de controle Configure Kde por linha de comando?


9

Clicar com o botão direito do mouse na barra superior de uma janela leva você, através de "Configurar o comportamento da janela", às configurações do Gerenciador de janelas. Aqui você pode aprender e configurar os recursos avançados do KWin.

Mas existe uma maneira de iniciar as configurações do Gerenciador de Janelas usando a linha de comando?

Respostas:


18

Módulos de Controle do KDE

Comando:

kcmshell4 --help

Irá dizer:

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

Você pode usar o comando 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....

Você pode escolher mais de um módulo, ou seja. o comando:

kcmshell4 kwincompositing kwindecoration kwinoptions kwinrules kwinscreenedges kwintabbox

iniciará módulos

insira a descrição da imagem aqui

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
funciona para o kde5 com kcmshell5.
22616 Andrey

Muito útil se você sair acidentalmente do seu "menu Iniciar", definindo o nível de "foco" muito alto. "kcmshell5 kwinoptions". Qualquer configuração do nível de foco acima da média interrompeu o programa "alt + f2" em execução e o menu iniciar do kde (atalho de tecla do mouse e 'windows'.
cara
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.