Showing posts with label startup. Show all posts
Showing posts with label startup. Show all posts

Tuesday, September 1, 2015

How to auto-enable Numlock on a laptop

If you have a laptop with a numeric keypad, you probably want Numlock to stay on. I got tired of pressing the button after every startup and went in search of the menu item for it. I did not find one, I searched further and found the answer:

Install numlockx.

Click on Menu >> Accessories >> Terminal
Type in:
sudo apt-get install numlockx
Press <ENTER>
Type in your sudo password and press <ENTER>
Click on Menu >> Preferences > Default applications for LXSession.
Click on the Autostart tab.
Under Manual autostarted applications, type numlockx in the box and click Add.

This is what LXSession configuration should look like, once you have made the change.


You can reboot to test, but it should work. It works on my Lenovo, but there are people that report that it does not work on their machines.

Sunday, October 12, 2014

How to change Peppermint back to normal after making it look like MacOS

Remove Cairo from the list of apps that run at startup
Move the system tray back to the bottom
Right click the system tray, then left click Panel Settings
Click on Bottom
Click Close

Changing the theme:
Click Menu > Preferences > Customise look and feel
On Widget menu select Orion Peppermint
On Icon menu select the one on top
On the Mouse menu select Black or White

Changing _+X
Click Menu > Accessories >> Terminal
Type in:
xfwm4-settings and press <ENTER>
On the style menu, select Peppermint
Click and drag the _+x buttons to the right
Click close

Removing Cairo dock
Click Menu > Software Manager
Search for Cairo
Double click Cairo dock
Click Uninstall

Remove Cairo dock from auto starting:
Click Menu > File Manager
Click View > Hidden files
Right click on .config
Left click on Open as Root
enter your sudo password and press <ENTER>
Delete the Cairo file

Change your wallpaper and you should be all done.

Tuesday, March 1, 2011

Startup programs

If you are like me, you don't want to have to click on Menu > Run and type in conky and press every time that you reboot. In Windows there is a folder called startup to add shortcuts to, in Linux I was lost.

Here is how to do it:

Open a terminal window
type in
gksudo leafpad /etc/xdg/lxsession/Peppermint_Ice/autostart
type in the root password
add the following line:
@conky
save the file and reboot

Now conky will autostart when you boot, you can add other things here as well.