Showing posts with label custom. Show all posts
Showing posts with label custom. Show all posts

Thursday, 10 April 2014

Create a Custom Keyboard Shortcut

Very quick and simple bit of advice on how to create custom keyboard shortcuts.

1. Menu -> Keyboard

2. Go to the Shortcuts tab.

Then you can create custom shortcuts for more or less every aspect of uBuntu.

My personal favourite is to set shortcuts for each workspace to allow me to flick back and forth between different tasks quickly. As you can see below they're set so CTRL+1 takes me to workspace 1, CTRL+2 takes me to 2 and so forth.


Wednesday, 13 March 2013

Change Background of Login Screen in uBuntu 12.10

Annoyed and bored with the same standard login screen? Here's how to turn it into one of your own images.

1. Open the Terminal

2. Type sudo -i and enter your password.

3. Type xhost +SI:localuser:lightdm

4. Type sudo su lightdm -s /bin/bash

5. Type gsettings set com.canonical.unity-greeter draw-user-backgrounds 'false'

6. Type (replacing imagelocation.jpg with the location of your chosen image) gsettings set com.canonical.unity-greeter background '/imagelocation.jpg'

7. Type gsettings set com.canonical.unity-greeter draw-grid 'false' to remove the dotted lines uBuntu that appear.

Restart uBuntu and you should be good to go!