-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
2,215 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Command | ||
nav_order: 8020 | ||
has_children: true | ||
parent: 探索 | ||
--- | ||
|
||
|
||
# Command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: cosmic-app-library | ||
nav_order: 8020 | ||
has_children: false | ||
parent: Command | ||
grand_parent: 探索 | ||
--- | ||
|
||
|
||
# cosmic-app-library | ||
|
||
執行 | ||
|
||
``` sh | ||
cosmic-app-library --help | ||
``` | ||
|
||
顯示 | ||
|
||
``` | ||
Usage: cosmic-app-library | ||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: cosmic-launcher | ||
nav_order: 8020 | ||
has_children: false | ||
parent: Command | ||
grand_parent: 探索 | ||
--- | ||
|
||
|
||
# cosmic-launcher | ||
|
||
執行 | ||
|
||
``` sh | ||
cosmic-launcher --help | ||
``` | ||
|
||
顯示 | ||
|
||
``` | ||
Usage: cosmic-launcher [COMMAND] | ||
Commands: | ||
alt-tab Toggle the launcher and switch to the alt-tab view | ||
help Print this message or the help of the given subcommand(s) | ||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` | ||
|
||
``` sh | ||
cosmic-launcher alt-tab | ||
``` | ||
|
||
|
||
``` sh | ||
cosmic-launcher help alt-tab | ||
``` | ||
|
||
``` | ||
Toggle the launcher and switch to the alt-tab view | ||
Usage: cosmic-launcher alt-tab | ||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: cosmic-randr | ||
nav_order: 8020 | ||
has_children: false | ||
parent: Command | ||
grand_parent: 探索 | ||
--- | ||
|
||
|
||
# cosmic-randr | ||
|
||
執行 | ||
|
||
``` sh | ||
cosmic-randr --help | ||
``` | ||
|
||
顯示 | ||
|
||
``` | ||
cosmic-randr command line interface | ||
Usage: cosmic-randr <COMMAND> | ||
Commands: | ||
disable Disable a display | ||
enable Enable a display | ||
mirror Mirror a display | ||
list List available output heads and modes | ||
mode Set a mode for a display | ||
position Set position of display | ||
help Print this message or the help of the given subcommand(s) | ||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: cosmic-screenshot | ||
nav_order: 8020 | ||
has_children: false | ||
parent: Command | ||
grand_parent: 探索 | ||
--- | ||
|
||
|
||
# cosmic-screenshot | ||
|
||
執行 | ||
|
||
``` sh | ||
cosmic-screenshot --help | ||
``` | ||
|
||
顯示 | ||
|
||
``` | ||
Usage: cosmic-screenshot [OPTIONS] | ||
Options: | ||
--interactive[=<INTERACTIVE>] Enable interactive mode in the portal [default: true] [possible values: true, false] | ||
--modal[=<MODAL>] Enable modal mode in the portal [default: true] [possible values: true, false] | ||
--notify[=<NOTIFY>] Send a notification with the path to the saved screenshot [default: true] [possible values: true, false] | ||
-s, --save-dir <SAVE_DIR> The directory to save the screenshot to, if not performing an interactive screenshot | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
title: cosmic-settings | ||
nav_order: 8020 | ||
has_children: false | ||
parent: Command | ||
grand_parent: 探索 | ||
--- | ||
|
||
|
||
# cosmic-settings | ||
|
||
執行 | ||
|
||
``` sh | ||
cosmic-settings --help | ||
``` | ||
|
||
顯示 | ||
|
||
``` | ||
Usage: cosmic-settings [COMMAND] | ||
Commands: | ||
about About settings page | ||
appearance Appearance settings page | ||
bluetooth Bluetooth settings page | ||
date-time DateTime settings page | ||
displays Displays settings page | ||
dock Dock settings page | ||
firmware Firmware settings page | ||
keyboard Keyboard settings page | ||
mouse Mouse settings page | ||
network Network settings page | ||
panel Panel settings page | ||
power Power settings page | ||
region-language Region & Language settings page | ||
sound Sound settings page | ||
time Time settings page | ||
touchpad Touchpad settings page | ||
users Users settings page | ||
wallpaper Wallpaper settings page | ||
window-management Window management page | ||
workspaces Workspaces settings page | ||
help Print this message or the help of the given subcommand(s) | ||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` | ||
|
||
``` sh | ||
cosmic-settings help panel | ||
``` | ||
|
||
``` | ||
Panel settings page | ||
Usage: cosmic-settings panel | ||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: cosmic-workspaces | ||
nav_order: 8020 | ||
has_children: false | ||
parent: Command | ||
grand_parent: 探索 | ||
--- | ||
|
||
|
||
# cosmic-workspaces | ||
|
||
執行 | ||
|
||
``` sh | ||
cosmic-workspaces --help | ||
``` | ||
|
||
顯示 | ||
|
||
``` | ||
Usage: cosmic-workspaces | ||
Options: | ||
-h, --help Print help | ||
-V, --version Print version | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: cosmic-app-library | ||
nav_order: 8010 | ||
has_children: false | ||
parent: Package | ||
grand_parent: 探索 | ||
--- | ||
|
||
|
||
# cosmic-app-library | ||
|
||
執行 | ||
|
||
``` sh | ||
dpkg -L cosmic-app-library | ||
``` | ||
|
||
顯示 | ||
|
||
``` | ||
/. | ||
/usr | ||
/usr/bin | ||
/usr/bin/cosmic-app-library | ||
/usr/share | ||
/usr/share/applications | ||
/usr/share/applications/com.system76.CosmicAppLibrary.desktop | ||
/usr/share/doc | ||
/usr/share/doc/cosmic-app-library | ||
/usr/share/doc/cosmic-app-library/changelog.gz | ||
/usr/share/doc/cosmic-app-library/copyright | ||
/usr/share/icons | ||
/usr/share/icons/hicolor | ||
/usr/share/icons/hicolor/scalable | ||
/usr/share/icons/hicolor/scalable/apps | ||
/usr/share/icons/hicolor/scalable/apps/com.system76.CosmicAppLibrary.svg | ||
/usr/share/metainfo | ||
/usr/share/metainfo/com.system76.CosmicAppLibrary.metainfo.xml | ||
``` |
Oops, something went wrong.