Come avviare Configura il modulo di controllo di Kde dalla riga di comando?


9

Facendo clic con il tasto destro del mouse sulla barra superiore di una finestra, tramite "Configura comportamento finestra" si accede alle impostazioni di Window Manager. Qui puoi imparare e configurare le funzionalità avanzate di KWin.

Ma c'è un modo per avviare le impostazioni di Window Manager usando la riga di comando?

Risposte:


18

Moduli di controllo di KDE

Comando:

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

È possibile utilizzare il 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....

Puoi scegliere più di un modulo, ad es. il comando:

kcmshell4 kwincompositing kwindecoration kwinoptions kwinrules kwinscreenedges kwintabbox

inizierà i moduli

inserisci qui la descrizione dell'immagine

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
funziona con kde5 con kcmshell5.
Andrey,

Molto utile se ti disconnetti accidentalmente dal tuo "menu di avvio" impostando il livello di "messa a fuoco" troppo alto. "kcmshell5 kwinoptions". Qualsiasi impostazione del livello di messa a fuoco sopra il livello medio ha interrotto l'esecuzione del programma "alt + f2" e il menu di avvio di kde (sia il mouse che il tasto 'Windows'.
Amico
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.