A bin folder, holding helpfull scripts and commands
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
123456789101112131415 |
- #!/bin/sh
- #
- #######################################################################################
- # See /usr/share/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml
- # for more information
- #######################################################################################
-
-
- # <enum id="org.nemo.extensions.nemo-terminal.TerminalPosition">
- # <value value="0" nick="top"/>
- # <value value="1" nick="bottom"/>
- # </enum>
- gsettings set org.nemo.extensions.nemo-terminal terminal-position 'top'
-
- gsettings set org.nemo.extensions.nemo-terminal default-terminal-height '12'
|