TROMjaro Layout switcher application
Go to file
Rokosun 25c571dc13 Update PKGBUILD 2024-01-01 15:12:06 +00:00
Makefile Update Makefile 2023-12-25 08:02:42 +00:00
PKGBUILD Update PKGBUILD 2024-01-01 15:12:06 +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
disable-global-menu.hook Add disable-global-menu.hook 2024-01-01 15:10:56 +00:00
layoutSwitcher.nim Remove the 3 second delay 2023-12-26 19:02:06 +00:00
sharedModule.nim Update sharedModule.nim 2024-01-01 14:41:17 +00:00
toggleGlobalMenu.nim Update toggleGlobalMenu.nim 2024-01-01 15:09:38 +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