visit
Where to find it: Unity Tweak Tool > Workspace Settings
Set “Horizontal workspaces” to as many as you’d like, and “Vertical workspaces” to 1. This will allow you to access spaces by moving right and left.
Where to find it: System Settings > Keyboard
Where to find it: System Settings > Keyboard > Navigation
You can set keyboard shortcuts that assign numbers to your workspaces, and that let you move left and right between them.
Where to find it: System Settings > Keyboard > Windows
You can maximize and restore windows using shortcut keys. In my case I have them set to “Ctrl+Super+Up” and “Ctrl+Super+Down” respectively.I discovered this by accident, and I’m not sure if it’s listed somewhere I can’t find. If I press “Ctrl+Super” and a left or right arrow key, I can snap a window to the left or right half of the screen.
Where to find it: System Settings > Keyboard > Custom Shortcuts
“Custom Shortcuts” allows you to set any keybinds you’re missing from i3. The most important ones for me were the shortcuts to launch a terminal and to use rofi.
Where to find it: Unity Tweak Tool > Launcher
Turn on “Auto-hide” and set “Reveal sensitivity” to zero.
Where to find it: Startup Applications
Similar to using @reboot
with Cron.
Theme: NumixIcons: Numix-circleCursor: PaperDefault font: Noto Sans CJK JP Light 10Monospace font: Ubuntu Mono RegularDocument font: Sans Regular 11Window title font: Noto Sans CJK JP Light 10
Where to find it: Rename or delete this file: /usr/share/unity/icons/panel_shadow.png
Where to find it: Unity Tweak Tool > Panel > Transparency level
Where to find it: Unity Tweak Tool > Web Apps > Integration prompts OFF, uncheck Preauthorized domains
Download required packages: openvpn
network-manager-openvpn
network-manager-openvpn-gnome
Download your client.ovpn
file from your console page and rename it with client.conf
. Create a keys.txt
file with your username on line 1 and your password on line 2. (Yeah, it’s plain text. Ubuntu’s .Private
encrypted folder is a good place to store it.)
In the client.conf
file: - replace instances of “openvpn” with your actual IP address - add the keys.txt
file name directly after auth-user-pass
, just like this:
auth-user-pass keys.txt
Add both client.conf
and keys.txt
to /etc/openvpn
Finally, in /etc/default/openvpn
, uncomment AUTOSTART="all"
Uses a light little utility called indicator-ip
.
From the terminal, run sudo apt install indicator-ip
.
Hope that was helpful! Check back for more tips later — I’ll continue to update this post as I discover them! Have one to share? Let me know!
Originally published at .