1
0
Fork
You've already forked layout-switcher-package
0
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%
Find a file
2024年12月14日 00:58:29 +01:00
com.tromjaro.LayoutSwitcher.policy better-manage-global-menu ( #4 ) 2024年01月01日 15:38:54 +00:00
disable-global-menu.hook using the vala-panel-appmenu-registrar git version 2024年05月05日 12:22:34 +00:00
layoutSwitcher.nim Add Custom Layout Profile Feature 2024年12月14日 00:58:29 +01:00
Makefile Update Makefile 2023年12月25日 08:02:42 +00:00
PKGBUILD preserve some configs for layouts 2024年09月11日 13:31:52 +00:00
README.md Update 'README.md' 2022年09月15日 02:52:04 +02:00
sharedModule.nim Add Custom Layout Profile Feature 2024年12月14日 00:58:29 +01:00
toggleGlobalMenu.nim better-manage-global-menu ( #4 ) 2024年01月01日 15:38:54 +00:00
tromjaro-layout-switcher.desktop Update 'tromjaro-layout-switcher.desktop' 2022年09月20日 03:55:38 +02:00
tromjaro-layout-switcher.svg Update 'tromjaro-layout-switcher.svg' 2022年09月20日 03:48:04 +02:00

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