This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # rofi-virtualbox: manage virtualbox machines with rofi | |
| # Originally by Oliver Kraitschy <okraits@arcor.de> (https://github.com/okraits/rofi-tools) | |
| # With modifications by Alexander Pushkov <hey@ale.sh> | |
| OPTIONS="Start machine\nStart headless\nSend ACPI shutdown signal\nClone machine\nDelete machine" | |
| kb_start="Control-Return" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <code_scheme name="Custom"> | |
| <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="200" /> | |
| <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND"> | |
| <value /> | |
| </option> | |
| <option name="IMPORT_LAYOUT_TABLE"> | |
| <value> | |
| <package name="java" withSubpackages="true" static="false" /> | |
| <emptyLine /> | |
| <package name="javax" withSubpackages="true" static="false" /> |