Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samwhelp/gxde-iso-builder-remix
gxde-iso-builder-remix
https://github.com/samwhelp/gxde-iso-builder-remix
gxde gxde-adjustment gxde-config gxde-iso gxde-iso-builder gxde-os iso-profile
Last synced: 22 days ago
JSON representation
gxde-iso-builder-remix
- Host: GitHub
- URL: https://github.com/samwhelp/gxde-iso-builder-remix
- Owner: samwhelp
- License: mit
- Created: 2024-11-13T09:03:09.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T02:52:12.000Z (29 days ago)
- Last Synced: 2024-12-09T03:36:10.063Z (29 days ago)
- Topics: gxde, gxde-adjustment, gxde-config, gxde-iso, gxde-iso-builder, gxde-os, iso-profile
- Language: Shell
- Homepage: https://samwhelp.github.io/gxde-iso-builder-remix/
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gxde-iso-builder-remix
> Prototype: [gxde-iso-builder](https://github.com/GXDE-OS/gxde-iso-builder)
| Link | GitHub |
| ---- | ------ |
| [gxde-iso-builder-remix](https://samwhelp.github.io/gxde-iso-builder-remix/) | [GitHub](https://github.com/samwhelp/gxde-iso-builder-remix) |
| [gxde-iso-builder-refactoring](https://samwhelp.github.io/gxde-iso-builder-refactoring/) | [GitHub](https://github.com/samwhelp/gxde-iso-builder-refactoring) |> [README.original.md](README.original.md)
## Subject
* [Clone](#clone)
* [Usage](#usage)
* [Config File](#config-file)
* [Link](#link)## Clone
> clone
``` sh
git clone https://github.com/samwhelp/gxde-iso-builder-remix.git
```> cd work dir
``` sh
cd gxde-iso-builder-remix
```## Usage
> [Makefile](Makefile)
> build: arch=amd64
``` sh
make iso-build
```> ./gxde.iso
## Config File
> Build Target OS / Config File
| Mousebind |
| --------------------- |
| [~/.config/deepin-kwinrc](./asset/overlay/etc/skel/.config/deepin-kwinrc#L50-L56) || Keybind |
| --------------------- |
| [~/.config/kglobalshortcutsrc](./asset/overlay/etc/skel/.config/kglobalshortcutsrc#L45-L197) |
| [~/.config/deepin/dde-daemon/keybinding/custom.ini](./asset/overlay/etc/skel/.config/deepin/dde-daemon/keybinding/custom.ini) |
| [/usr/share/glib-2.0/schemas/95_gxde-adjustment-keybind.gschema.override](./asset/overlay/usr/share/glib-2.0/schemas/95_gxde-adjustment-keybind.gschema.override) |## Link
* [gxde-iso-builder](https://github.com/GXDE-OS/gxde-iso-builder)
* [gxde-iso-builder-refactoring](https://github.com/samwhelp/gxde-iso-builder-refactoring)
* [gxde-adjustment](https://github.com/samwhelp/gxde-adjustment) / gxde-config / [Deepin-Light](https://github.com/samwhelp/gxde-adjustment/tree/main/prototype/main/gxde-config/locale/en_us/Deepin-Light)