main/postmarketos-ui-phosh: remove custom button-layout override (MR 2945)
Phosh takes care of it in a smarter way[1]. The custom override also has the consequence of never showing closing buttons in docked mode, which can be an inconvenience. [1] https://gitlab.gnome.org/World/Phosh/phosh/-/blob/main/src/docked-manager.c#L292-L295 Or in case the lines change with time: ```C phosh_docked_manager_set_enabled (PhoshDockedManager *self, gboolean enable) if (enable) g_settings_reset (self->wm_settings, WM_KEY_LAYOUT); else g_settings_set_string (self->wm_settings, WM_KEY_LAYOUT, "appmenu:"); ```
This commit is contained in:
parent
8fd97238fb
commit
2450153249
2 changed files with 1 additions and 5 deletions
|
@ -1,16 +1,12 @@
|
|||
[org.gnome.desktop.background]
|
||||
picture-uri='file:///usr/share/wallpapers/postmarketos.jpg'
|
||||
|
||||
[org.gnome.desktop.wm.preferences]
|
||||
button-layout='appmenu:'
|
||||
|
||||
[org.gnome.Epiphany]
|
||||
search-engines=[('Search the Web', 'https://duckduckgo.com/?q=%s&t=epiphany', ''), ('DuckDuckGo', 'https://duckduckgo.com/?q=%s&t=epiphany', '!ddg'), ('Qwant', 'https://www.qwant.com/?q=%s', '!q')]
|
||||
|
||||
[org.gnome.Epiphany.web]
|
||||
user-agent='Mozilla/5.0 (Linux; Android 10; Pixel) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.96 Mobile Safari/537.36'
|
||||
|
||||
|
||||
[org.gnome.settings-daemon.plugins.power]
|
||||
sleep-inactive-ac-type='nothing'
|
||||
ambient-enabled=false
|
||||
|
|
|
@ -109,7 +109,7 @@ firefox() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
1cd21d2ec85abf1c9c2a17603f1ca21655c94f78e008c86927de2277956b4e563b2dcc5c38d300238dc92e1ceb3b8ae36789683bc5650b1911026e434f03e201 000-gschema.override
|
||||
7a93ac101912a892373788404fcb4c13f0e57e4e3b0a42e00412eb05a8e2946ad5b6e4abec2b73c5f851b49d0d61e51bb3451eb9cb30357615810a17d88d65a5 000-gschema.override
|
||||
6d0ccbecfab1dbf2543dbd938d4b7544e278af9e88c8ab6751494b49aa281369f46d2769a1a1874e9bdad2faf8e8025d2ce97ea6b6302569a95283af5cedf459 01-phoc-scaling
|
||||
50aa0083fc83f85e8c3e624c7782a5be01187321645c01d20c9f3adf19893375ab7d7b1ec3d51943fd09bcc78df4bbe1a369c951500bc7b766baff01febc1015 02-gnome-software-tweaks
|
||||
b9fed11dfd51cb54f9523376c965a952c1785c369a8e747868609dcb14787f260d994cb8a60a033a0ad2aa0991eb985dff158850d0f6ff48410f5ae7b789fc36 03-favorites
|
||||
|
|
Loading…
Reference in a new issue