Setting default speed to 0.25.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
295cdb850c
commit
5e926350b4
2 changed files with 26 additions and 0 deletions
25
debian/patches/progress-linux/0002-default-speed.patch
vendored
Normal file
25
debian/patches/progress-linux/0002-default-speed.patch
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Setting default speed to 0.25.
|
||||
|
||||
diff -Naurp gnome-shell-extension-impatience.orig/impatience/extension.js gnome-shell-extension-impatience/impatience/extension.js
|
||||
--- gnome-shell-extension-impatience.orig/impatience/extension.js
|
||||
+++ gnome-shell-extension-impatience/impatience/extension.js
|
||||
@@ -1,5 +1,5 @@
|
||||
import St from 'gi://St';
|
||||
-const DEFAULT_SPEED = 0.75;
|
||||
+const DEFAULT_SPEED = 0.25;
|
||||
import { Extension } from 'resource:///org/gnome/shell/extensions/extension.js';
|
||||
import * as Settings from './settings.js';
|
||||
|
||||
diff -Naurp gnome-shell-extension-impatience.orig/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml gnome-shell-extension-impatience/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
|
||||
--- gnome-shell-extension-impatience.orig/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
|
||||
+++ gnome-shell-extension-impatience/impatience/schemas/org.gnome.shell.extensions.net.gfxmonk.impatience.gschema.xml
|
||||
@@ -2,7 +2,7 @@
|
||||
<schemalist>
|
||||
<schema id="org.gnome.shell.extensions.net.gfxmonk.impatience" path="/org/gnome/shell/extensions/net/gfxmonk/impatience/">
|
||||
<key type="d" name="speed-factor">
|
||||
- <default>0.75</default>
|
||||
+ <default>0.25</default>
|
||||
<summary>speed factor</summary>
|
||||
<description/>
|
||||
</key>
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1,2 +1,3 @@
|
|||
gnome48.patch
|
||||
progress-linux/0001-default-enabled.patch
|
||||
progress-linux/0002-default-speed.patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue