Eight Bit
Hardcore Member
It might be that the Linux guru's among us aren't interested in either of these but I figured some of the regular users like myself will like this tools to use on their Pyra.
1. Guake terminal (With the hotkey set to the USR1 button)
This opens up a terminal in a convenient overlay. Multiple tabs can be opened, the terminal screen can be split and can also be set to be slightly transparent so stuff in windows underneath can still be read. I found that opening and closing the terminal with a single dedicated button is awesomely great!
It can be installed with sudo apt install guake
2. Plank
This is a Mac style icon dock/launcher that can show icons of programs you regularly use. I have set my task bar etc to the top of the screen and plank on the bottom. The icons increase in size when hoovering over them with the mouse pointer, just like on a mac.
It can be installed with sudo apt install plank
3. Albert (With the hotkey set to F12)
This nifty program was also available on the Pandora. It was a pain for me to compile because of all the dependencies but in the end I managed. (except for the muparser calculator plugin, that doesn't seem to work)
It's a launcher/file/web searcher. Pressing F12 shows a text field and it automatically shows a number of search results of the text you've entered.
Albert can be found here https://github.com/albertlauncher/albert
It needs a load of QT5 libs and stuff and I had to google all of them to find out which QT5blablabla-dev I had to install for it to compile correctly. muparser for the calculator plugin needs to be installed separately before make or make will fail. muparser did install fine for me but enabling the calculator plugin in Albert crashes the program... No biggie... I guess I'll launch a calculator separately instead of entering a calculation in Albert
Please share any tools in this thread that you like to use
1. Guake terminal (With the hotkey set to the USR1 button)
This opens up a terminal in a convenient overlay. Multiple tabs can be opened, the terminal screen can be split and can also be set to be slightly transparent so stuff in windows underneath can still be read. I found that opening and closing the terminal with a single dedicated button is awesomely great!
It can be installed with sudo apt install guake
2. Plank
This is a Mac style icon dock/launcher that can show icons of programs you regularly use. I have set my task bar etc to the top of the screen and plank on the bottom. The icons increase in size when hoovering over them with the mouse pointer, just like on a mac.
It can be installed with sudo apt install plank
3. Albert (With the hotkey set to F12)
This nifty program was also available on the Pandora. It was a pain for me to compile because of all the dependencies but in the end I managed. (except for the muparser calculator plugin, that doesn't seem to work)
It's a launcher/file/web searcher. Pressing F12 shows a text field and it automatically shows a number of search results of the text you've entered.
Albert can be found here https://github.com/albertlauncher/albert
It needs a load of QT5 libs and stuff and I had to google all of them to find out which QT5blablabla-dev I had to install for it to compile correctly. muparser for the calculator plugin needs to be installed separately before make or make will fail. muparser did install fine for me but enabling the calculator plugin in Albert crashes the program... No biggie... I guess I'll launch a calculator separately instead of entering a calculation in Albert
Please share any tools in this thread that you like to use