Làm thế nào để khởi chạy Cấu hình mô-đun điều khiển Kde bằng dòng lệnh?


9

Nhấp chuột phải vào thanh trên cùng của cửa sổ sẽ đưa bạn, thông qua "Định cấu hình hành vi cửa sổ", đến cài đặt Trình quản lý cửa sổ. Tại đây bạn có thể tìm hiểu và định cấu hình các tính năng nâng cao của KWin.

Nhưng có cách nào để khởi chạy cài đặt Window Manager bằng dòng lệnh không?

Câu trả lời:


18

Mô-đun điều khiển KDE

Chỉ huy:

kcmshell4 --help

Sẽ nói:

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

Bạn có thể sử dụng lệnh 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....

Bạn có thể chọn nhiều hơn một mô-đun tức là. lệnh:

kcmshell4 kwincompositing kwindecoration kwinoptions kwinrules kwinscreenedges kwintabbox

sẽ bắt đầu các mô-đun

nhập mô tả hình ảnh ở đây

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
nó hoạt động cho kde5 với kcmshell5.
Andrey

Rất tiện lợi nếu bạn vô tình đăng xuất khỏi "menu bắt đầu" của mình bằng cách đặt mức "lấy nét" quá cao. "kcmshell5 kwinoptions". Bất kỳ cài đặt mức tiêu cự nào trên trung bình đã phá vỡ chương trình "alt + f2" đang chạy và menu bắt đầu kde (cả phím tắt chuột và 'cửa sổ'.
anh chàng
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.