Fork of layout-switcher-package
This repository has been archived on 2026年04月18日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Nim 72.2%
- Shell 25.9%
- Makefile 1.9%
| com.tromjaro.LayoutSwitcher.policy | better-manage-global-menu ( #4 ) | |
| disable-global-menu.hook | using the vala-panel-appmenu-registrar git version | |
| layoutSwitcher.nim | Add Custom Layout Profile Feature | |
| Makefile | Update Makefile | |
| PKGBUILD | preserve some configs for layouts | |
| README.md | Update 'README.md' | |
| sharedModule.nim | Add Custom Layout Profile Feature | |
| toggleGlobalMenu.nim | better-manage-global-menu ( #4 ) | |
| tromjaro-layout-switcher.desktop | Update 'tromjaro-layout-switcher.desktop' | |
| tromjaro-layout-switcher.svg | Update 'tromjaro-layout-switcher.svg' | |
TROMjaro Layout switcher package
TROMjaro Layout switcher application
Building the package
Open Terminal and issue the command:
make
To install the package right after the building, use:
make install
To remove just installed package, use:
make remove
To cleanup the project, use:
make clean