summarylogtreecommitdiffstats
path: root/minus-backgroundmanager.patch
diff options
context:
space:
mode:
authorQue Quotion2018-03-04 02:20:13 +0900
committerQue Quotion2018-03-04 02:20:13 +0900
commitc2c24158e4025af988211d796062987f3fbcbe09 (patch)
tree7bfa0c3fdd11b2a2c144663928c982a136f65a96 /minus-backgroundmanager.patch
parent8baeb79f66ecaec4f85826931560d1fe29507c76 (diff)
downloadaur-c2c24158e4025af988211d796062987f3fbcbe09.tar.gz
cleanup autohide patch, mess up backgroundmanager removing patch (the logical thing to do of course)
Diffstat (limited to 'minus-backgroundmanager.patch')
-rw-r--r--minus-backgroundmanager.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/minus-backgroundmanager.patch b/minus-backgroundmanager.patch
index 174d2b8feeb7..9efc0fdf4a76 100644
--- a/minus-backgroundmanager.patch
+++ b/minus-backgroundmanager.patch
@@ -7,7 +7,7 @@
- Services.BackgroundManager.initialize (this.monitor_number, panel_height);
+ //Services.BackgroundManager.initialize (this.monitor_number, panel_height);
- Timeout.add (300 / panel_height, animation_step);
+ timeout = Timeout.add (100 / panel_height, animation_step);
}
@@ -152,7 +152,7 @@