Bagaimana cara memulai Configure Kde module control dengan command line?


9

Mengklik kanan pada bilah atas jendela membuat Anda, melalui "Configure Window Behavior", ke pengaturan Window Manager. Di sini Anda dapat mempelajari dan mengkonfigurasi fitur-fitur canggih KWin.

Tetapi apakah ada cara untuk meluncurkan pengaturan Window Manager menggunakan baris perintah?

Jawaban:


18

Modul Kontrol KDE

Perintah:

kcmshell4 --help

Akan mengatakan:

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

Anda bisa menggunakan perintah daftar:

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

Anda bisa memilih lebih dari satu modul. perintah:

kcmshell4 kwincompositing kwindecoration kwinoptions kwinrules kwinscreenedges kwintabbox

akan memulai modul

masukkan deskripsi gambar di sini

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
ini bekerja untuk KDE5 dengan kcmshell5.
Andrey

Sangat berguna jika Anda secara tidak sengaja keluar dari "menu mulai" Anda dengan mengatur level "fokus" terlalu tinggi. "Pilihan kcmshell5 kwin". Setiap pengaturan level fokus di atas medium merusak program "alt + f2" yang sedang berjalan dan menu start KDE (baik mouse dan pintasan kunci 'windows'
dude
Dengan menggunakan situs kami, Anda mengakui telah membaca dan memahami Kebijakan Cookie dan Kebijakan Privasi kami.
Licensed under cc by-sa 3.0 with attribution required.