-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusted valet default behaviour that removes unmounted parked paths
- Loading branch information
1 parent
9f2c38c
commit 45b2412
Showing
5 changed files
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
schemas/org.gnome.shell.extensions.php-laravel-valet.gschema.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist> | ||
<schema id="org.gnome.shell.extensions.php-laravel-valet" path="/org/gnome/shell/extensions/php-laravel-valet/"> | ||
<key type="s" name="position-in-panel"> | ||
<default>'right'</default> | ||
<summary>Position in Panel</summary> | ||
<description>Position in Panel ('left', 'center', 'right')</description> | ||
</key> | ||
<key type="i" name="panel-box-index"> | ||
<default>0</default> | ||
<summary>Index in panel box</summary> | ||
<description>Index within the selected panel box (0: first, 1: second, ..., -1: last)</description> | ||
</key> | ||
<key type="s" name="default-shell"> | ||
<default>'x-terminal-emulator -e'</default> | ||
<summary>Default shell to execute extension commands</summary> | ||
<description>Default shell to execute extension commands</description> | ||
</key> | ||
</schema> | ||
</schemalist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters