A bin folder, holding helpfull scripts and commands
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
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'
|