TROMjaro Layout switcher application
Go to file
Rokosun b1dc6d7e29 Update PKGBUILD for the new code in Nim 2023-12-25 08:01:59 +00:00
Makefile Update 'Makefile' 2022-09-16 01:08:06 +02:00
PKGBUILD Update PKGBUILD for the new code in Nim 2023-12-25 08:01:59 +00:00
README.md Update 'README.md' 2022-09-15 02:52:04 +02:00
com.tromjaro.LayoutSwitcher.policy Add polkit action file 2023-12-25 08:00:39 +00:00
layoutSwitcher.nim Replace bash script with the new code in Nim 2023-12-25 07:50:13 +00:00
sharedModule.nim Add sharedModule.nim 2023-12-25 07:52:09 +00:00
toggleGlobalMenu.nim Add toggleGlobalMenu.nim 2023-12-25 07:54:45 +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

README.md

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