Author Topic: How to hide screen tips and shortcuts  (Read 1588 times)

James McCoy

  • Jr. Member
  • **
  • Posts: 16
    • View Profile
How to hide screen tips and shortcuts
« on: June 16, 2015, 08:29:40 PM »
I am trying out R9 Microwatt and want to know how to hide the keyboard shortcuts on the main desktop? :-\

biffster

  • wattOS - head nerd
  • Administrator
  • Sr. Member
  • *****
  • Posts: 237
    • View Profile
Re: How to hide screen tips and shortcuts
« Reply #1 on: June 16, 2015, 10:41:44 PM »
Hi James,

The keyboard shortcut info is actually part of the wallpaper, so you can change the wallpaper.

with Microwatt many of the tweaks are a simple manual affair contained in one text file. (there is no gui or program to change the wallpaper) but its simple and fun to learn.

For the wallpaper using the file manager (pcmanfm) open your home directory (opens by default) and either hit Ctrl+H or click on "view - show hidden " in the menu and then open the folder named .i3

in there is a text file called "config" its a plain text file that will automatically open in a text editor when double clicking it.

you will find an entry under the heading of #startup apps

This line "default"

exec --no-startup-id feh --bg-scale /usr/share/wattOS/R9wall2.jpg

That is the path to the picture that is the wallpaper. You can change this to whatever path you like. For example if you have a picture in your home directory or elsewhere, you simply change that path and save and logout/login or restart and new wallpaper.

New line (picture I want)


exec --no-startup-id feh --bg-scale /home/biff/Pictures/mypic.jpg