Re: Enabling Effects causes Black screen
If you are not entirely sure which directory to move into, use bash's autocomplete function. Type
and either nano will appear or a number of choices, all of which start with na.
Now that you have nano type
and so on until you have found the file in question.
If you are not entirely sure which directory to move into, use bash's autocomplete function. Type
Code:
na TAB TAB
Now that you have nano type
Code:
nano ~/.kd TAB TAB
Comment