summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2018-03-07 00:47:05 +0900
committerQue Quotion2018-03-07 00:47:05 +0900
commitf274de0977572cc06541135b918573d9c96da71e (patch)
tree42d43e3624fc7f1ce53a8d3c0af33fd641e7a0a9
parentb2accc1004a12ce167dfbca0ce01887cbdc9143b (diff)
downloadaur-f274de0977572cc06541135b918573d9c96da71e.tar.gz
Autohide: make default 'Disabled'
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--autohide.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27271b6343a7..b15795abdc1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -51,7 +51,7 @@ pkgbase = wingpanel-standalone-git
sha256sums = e56bc3b154539b6ae2ca7494f46f6f68c55f167b73203b92d645839bf8e9a5ea
sha256sums = 47934e9aff119cedcfe7d184078ad60d3d715e07f1ca7cb1715e50b2e0c517e8
sha256sums = b1902c1d44ac546df63cd0224a7d2ef2cb6394ca556512c30c370d387db7bbab
- sha256sums = 7c0bdc8418111c4cc2d74c8c2e2a658ff4c7446f316f0e4e4b823e77a7247598
+ sha256sums = 619224ba9cf360d65f67c3865b00194d19471e25503da296796be209290e300e
pkgname = wingpanel-standalone-git
diff --git a/PKGBUILD b/PKGBUILD
index 7eebba3c9ad3..8d1d65428543 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ sha256sums=('SKIP'
'e56bc3b154539b6ae2ca7494f46f6f68c55f167b73203b92d645839bf8e9a5ea'
'47934e9aff119cedcfe7d184078ad60d3d715e07f1ca7cb1715e50b2e0c517e8'
'b1902c1d44ac546df63cd0224a7d2ef2cb6394ca556512c30c370d387db7bbab'
- '7c0bdc8418111c4cc2d74c8c2e2a658ff4c7446f316f0e4e4b823e77a7247598')
+ '619224ba9cf360d65f67c3865b00194d19471e25503da296796be209290e300e')
pkgver() {
cd wingpanel
diff --git a/autohide.patch b/autohide.patch
index 09eb9fdf085c..c0db045a76b5 100644
--- a/autohide.patch
+++ b/autohide.patch
@@ -12,7 +12,7 @@ index c81abd5..890e277 100644
+ <choice value='Float'/>
+ <choice value='Disabled'/>
+ </choices>
-+ <default>'Float'</default>
++ <default>'Disabled'</default>
+ <summary>Sets if and how the panel will autohide.</summary>
+ <description>Enable this to increase available desktop area and reduce clutter.</description>
+ </key>