A bin folder, holding helpfull scripts and commands
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

nemo-terminal-settings 593B

123456789101112131415
  1. #!/bin/sh
  2. #
  3. #######################################################################################
  4. # See /usr/share/glib-2.0/schemas/org.nemo.extensions.nemo-terminal.gschema.xml
  5. # for more information
  6. #######################################################################################
  7. # <enum id="org.nemo.extensions.nemo-terminal.TerminalPosition">
  8. # <value value="0" nick="top"/>
  9. # <value value="1" nick="bottom"/>
  10. # </enum>
  11. gsettings set org.nemo.extensions.nemo-terminal terminal-position 'top'
  12. gsettings set org.nemo.extensions.nemo-terminal default-terminal-height '12'