Yakuake
The Yakuake terminal is installed by default on some ditros. It’s basically a fancy dropdown terminal with a global shortcut that will hide when it loses focus.
There are a few mods I apply to it to make it and Konsole look better.
1. Use a skin with a thin/hidden titlebar.
I personally use a skin I made based on Sublime Text 3 called Soda Dark.
2. DarkSolarized color scheme.
- Save this DarkSolarized.colorscheme to
~/.local/share/konsole/DarkSolarized.colorscheme
- Right click Yakuake > Edit Current Profile > Appearance and select DarkSolarized.
3. Apply color scheme to the scrollbar
This also colors the scrollbar + tabs in Konsole.
- Paste this into
~/.config/konsolerc
and~/.config/yakuakerc
- Restart yakuake
killall yakuake; kstart5 yakuake
4. Change the $PS1
I prefer having the current directory on a different line than the command input.
So add this to your ~/.bashrc
.
5. Popup from the bottom.
- Disable animations (duration = 0ms).
- Width: 100%
- Height: 70%
- Use a KWin Rule to position at the bottom.
- Position:
Force
0,315
1080 pixel height screen - 30px bottom panel = 1050px
100% - 70% screen height = 30%
1050px * 0.3 = 315px
- Position:
6. Add “Open Yakuake Here” right click action to Dolphin (the file manager).
Note: This was based off the KDE3 Service menu on the KDE Store.
Create the /usr/local/bin/yakuakehere
command.
with the contents:
then create: ~/.local/share/kservices5/ServiceMenus/YakuakeHere.desktop
with the contents:
then finally run kbuildsycoca5
to apply the changes.
7. Make shortcuts similiar to the web browser
- Close Session:
Ctrl+W
- New Session:
Ctrl+T
- Next Session:
Ctrl+Tab
- Previous Session:
Ctrl+Shift+Tab
I also set the global shortcut to toggle Yakuake to be Meta+`
(the backtick underneath ~
).