-
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
7 changed files
with
301 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# cinnamon-adjustment | ||
cinnamon-adjustment | ||
|
||
|
||
# Home | ||
|
||
| Link | GitHub | | ||
| ---- | ------ | | ||
| [Cinnamon Adjustment](https://samwhelp.github.io/cinnamon-adjustment/) | [GitHub](https://github.com/samwhelp/cinnamon-adjustment) | | ||
|
||
|
||
|
||
|
||
## Adjustment | ||
|
||
| Adjustment | | ||
| ---------- | | ||
| [Boron](https://github.com/samwhelp/cinnamon-adjustment/tree/main/prototype/main/bunsen-config/Main) | | ||
|
||
|
||
|
||
|
||
## Keybind | ||
|
||
| Keybind | | ||
| --- | | ||
| [Keyboard](https://samwhelp.github.io/cinnamon-adjustment/read/config/keybind.html) | | ||
| [Mouse](https://samwhelp.github.io/cinnamon-adjustment/read/config/mousebind.html) | | ||
|
||
|
||
|
||
|
||
## Link | ||
|
||
| Link | GitHub | | ||
| ---- | ------ | | ||
| [Debian Adjustment](https://samwhelp.github.io/debian-adjustment/) | [GitHub](https://github.com/samwhelp/debian-adjustment) | |
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,5 @@ | ||
title: "Cinnamon / Adjustment" | ||
remote_theme: pmarsceill/just-the-docs | ||
color_scheme: "dark" | ||
search_enabled: true | ||
search_tokenizer_separator: /[\s/]+/ |
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,129 @@ | ||
//// | ||
//// Typography | ||
//// | ||
|
||
//$body-font-family: -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, roboto, noto, "segoe ui", arial, sans-serif; | ||
//$mono-font-family: "SFMono-Regular", Menlo, Consolas, Monospace; | ||
//$root-font-size: 16px; // Base font-size for rems | ||
//$body-line-height: 1.4; | ||
//$content-line-height: 1.5; | ||
//$body-heading-line-height: 1.15; | ||
|
||
//// | ||
//// Colors | ||
//// | ||
|
||
//$white: #fff; | ||
|
||
//$grey-dk-000: #959396; | ||
//$grey-dk-100: #5c5962; | ||
//$grey-dk-200: #44434d; | ||
//$grey-dk-250: #302d36; | ||
//$grey-dk-300: #27262b; | ||
|
||
//$grey-lt-000: #f5f6fa; | ||
//$grey-lt-100: #eeebee; | ||
//$grey-lt-200: #ecebed; | ||
//$grey-lt-300: #e6e1e8; | ||
|
||
//$purple-000: #7253ed; | ||
//$purple-100: #5e41d0; | ||
//$purple-200: #4e26af; | ||
//$purple-300: #381885; | ||
|
||
//$blue-000: #2c84fa; | ||
//$blue-100: #2869e6; | ||
//$blue-200: #264caf; | ||
//$blue-300: #183385; | ||
|
||
//$green-000: #41d693; | ||
//$green-100: #11b584; | ||
//$green-200: #009c7b; | ||
//$green-300: #026e57; | ||
|
||
//$yellow-000: #ffeb82; | ||
//$yellow-100: #fadf50; | ||
//$yellow-200: #f7d12e; | ||
//$yellow-300: #e7af06; | ||
|
||
//$red-000: #f77e7e; | ||
//$red-100: #f96e65; | ||
//$red-200: #e94c4c; | ||
//$red-300: #dd2e2e; | ||
|
||
//$body-background-color: $white; | ||
//$sidebar-color: $grey-lt-000; | ||
//$search-background-color: $white; | ||
//$table-background-color: $white; | ||
//$code-background-color: $grey-lt-000; | ||
|
||
$body-text-color: red; | ||
//$body-heading-color: $grey-dk-300; | ||
//$search-result-preview-color: $grey-dk-000; | ||
//$nav-child-link-color: $grey-dk-100; | ||
//$link-color: $purple-000; | ||
//$btn-primary-color: $purple-100; | ||
//$base-button-color: #f7f7f7; | ||
|
||
//// | ||
//// Spacing | ||
//// | ||
|
||
//$spacing-unit: 1rem; // 1rem == 16px | ||
|
||
//$spacers: ( | ||
//sp-0: 0, | ||
//sp-1: $spacing-unit * 0.25, | ||
//sp-2: $spacing-unit * 0.5, | ||
//sp-3: $spacing-unit * 0.75, | ||
//sp-4: $spacing-unit, | ||
//sp-5: $spacing-unit * 1.5, | ||
//sp-6: $spacing-unit * 2, | ||
//sp-7: $spacing-unit * 2.5, | ||
//sp-8: $spacing-unit * 3, | ||
//sp-9: $spacing-unit * 3.5, | ||
//sp-10: $spacing-unit * 4 | ||
//); | ||
|
||
//$sp-1: map-get($spacers, sp-1); // 0.25 rem == 4px | ||
//$sp-2: map-get($spacers, sp-2); // 0.5 rem == 8px | ||
//$sp-3: map-get($spacers, sp-3); // 0.75 rem == 12px | ||
//$sp-4: map-get($spacers, sp-4); // 1 rem == 16px | ||
//$sp-5: map-get($spacers, sp-5); // 1.5 rem == 24px | ||
//$sp-6: map-get($spacers, sp-6); // 2 rem == 32px | ||
//$sp-7: map-get($spacers, sp-7); // 2.5 rem == 40px | ||
//$sp-8: map-get($spacers, sp-8); // 3 rem == 48px | ||
//$sp-9: map-get($spacers, sp-9); // 4 rem == 48px | ||
//$sp-10: map-get($spacers, sp-10); // 4.5 rem == 48px | ||
|
||
//// | ||
//// Borders | ||
//// | ||
|
||
//$border: 1px solid; | ||
//$border-radius: 4px; | ||
//$border-color: $grey-lt-100; | ||
|
||
//// | ||
//// Grid system | ||
//// | ||
|
||
//$gutter-spacing: $sp-6; | ||
//$gutter-spacing-sm: $sp-4; | ||
$nav-width: 284px; | ||
//$nav-width-md: 248px; | ||
//$content-width: 800px; | ||
//$header-height: 60px; | ||
//$search-results-width: 500px; | ||
|
||
//// | ||
//// Media queries in pixels | ||
//// | ||
|
||
//$media-queries: ( | ||
//xs: 320px, | ||
//sm: 500px, | ||
//md: $content-width, | ||
//lg: $content-width + $nav-width, | ||
//xl: 1400px | ||
//); |
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,23 @@ | ||
--- | ||
title: Config | ||
nav_order: 2000 | ||
has_children: true | ||
--- | ||
|
||
|
||
# Config | ||
|
||
|
||
## Adjustment | ||
|
||
| Adjustment | | ||
| ---------- | | ||
| | | ||
|
||
|
||
## Keybind | ||
|
||
| Keybind | | ||
| --- | | ||
| [Keyboard](https://samwhelp.github.io/cinnamon-adjustment/read/config/keybind.html) | | ||
| [Mouse](https://samwhelp.github.io/cinnamon-adjustment/read/config/mousebind.html) | |
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: Keybind | ||
nav_order: 2000 | ||
has_children: false | ||
parent: Config | ||
--- | ||
|
||
|
||
# Keybind |
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,76 @@ | ||
--- | ||
title: Mousebind | ||
nav_order: 3000 | ||
has_children: false | ||
parent: Config | ||
--- | ||
|
||
|
||
# Mousebind | ||
|
||
|
||
## Subject | ||
|
||
* [Config File](#config-file) | ||
* [Window Frame](#window-frame) | ||
* [Window Titlebar](#window-titlebar) | ||
* [Window Corner or Side](#window-corner-or-side) | ||
* [Desktop](#desktop) | ||
* [Link](#link) | ||
|
||
|
||
## Config File | ||
|
||
| Config File | | ||
| ----------- | | ||
| | | ||
|
||
|
||
|
||
## Window Frame | ||
|
||
| Mousebind | Action | | ||
| ------------------------------ | --------------------------- | | ||
| `Win + [Mouse Left Drag]` | Move Window | | ||
| `Win + [Mouse Right Drag]` | Resize Window | | ||
| `Win + [Mouse Middle Click]` | Show Client Menu | | ||
| `Alt + [Mouse Middle Click]` | Window Lower and UnFocus | | ||
|
||
|
||
## Window Titlebar | ||
|
||
| Mousebind | Action | | ||
| ------------------------------ | --------------------------- | | ||
| `[Mouse Left Drag]` | Window Move | | ||
| `[Mouse Left Click]` | Window Focus and Raise | | ||
| `[Mouse Left Double Click]` | Window Maximize | | ||
| `[Mouse Right Click]` | Show Client Menu | | ||
| `[Mouse Middle Up]` | Window Shade | | ||
| `[Mouse Middle Down]` | Window UnShade | | ||
| `[Mouse Middle Double Click]` | Window Lower and UnFocus | | ||
|
||
|
||
## Window Corner or Side | ||
|
||
| Mousebind | Action | | ||
| ------------------------------ | --------------------------- | | ||
| `[Mouse Left Drag]` | Window Resize | | ||
| `[Mouse Right Click]` | Show Client Menu | | ||
|
||
|
||
## Desktop | ||
|
||
| Mousebind | Action | | ||
| ------------------------------ | --------------------------- | | ||
| `[Mouse Left Double Click]` | Toggle Show Desktop | | ||
| `[Mouse Right Click]` | Show Root Menu | | ||
| `[Mouse Middle Up]` | Previous Workspace | | ||
| `[Mouse Middle Down]` | Next Workspace | | ||
| `[Mouse Middle Click]` | Show Workspace Menu | | ||
|
||
|
||
## Link | ||
|
||
| Link | | ||
| --- | | ||
| System Modeling / [Mousebind](https://samwhelp.github.io/system-modeling/read/en_us/spec-mousebind-common) | |
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,24 @@ | ||
--- | ||
title: Link | ||
nav_order: 9000 | ||
has_children: false | ||
--- | ||
|
||
|
||
# Link | ||
|
||
|
||
## Cinnamon | ||
|
||
| Link | | ||
| ---- | | ||
| [Cinnamon](https://projects.linuxmint.com/cinnamon/) | | ||
| GitHub / [cinnamon](https://github.com/linuxmint/cinnamon) | | ||
|
||
|
||
|
||
|
||
## Just the Docs | ||
|
||
* [Just the Docs](https://pmarsceill.github.io/just-the-docs/) ([GitHub](https://github.com/pmarsceill/just-the-docs)) | ||
* [Demo](https://pmarsceill.github.io/jtd-remote/) ([GitHub](https://github.com/pmarsceill/jtd-remote)) |