Compare commits
2 commits
70c8066d3f
...
f89e920b91
| Author | SHA1 | Date | |
|---|---|---|---|
| f89e920b91 | |||
| 049e1d066e |
7 changed files with 3 additions and 60 deletions
|
|
@ -1,2 +0,0 @@
|
|||
file:///home/wball/Nextcloud/Books
|
||||
file:///home/wball/Nextcloud
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
/* No (default) title bar on wayland */
|
||||
headerbar.default-decoration {
|
||||
/* You may need to tweak these values depending on your GTK theme */
|
||||
margin-bottom: 50px;
|
||||
margin-top: -100px;
|
||||
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
min-height: 0;
|
||||
font-size: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* rm -rf window shadows */
|
||||
window.csd, /* gtk4? */
|
||||
window.csd decoration { /* gtk3 */
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* /** WARNING: CAN BREAK THINGS **/ */
|
||||
/* /** hiding title bar **/ */
|
||||
/* headerbar.default-decoration { */
|
||||
/* margin-bottom: 50px; */
|
||||
/* margin-top: -100px; */
|
||||
/* } */
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[Settings]
|
||||
gtk-dialogs-use-header=false
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
file:///home/wball/Nextcloud/Books
|
||||
file:///home/wball/Nextcloud
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
/* No (default) title bar on wayland */
|
||||
headerbar.default-decoration {
|
||||
/* You may need to tweak these values depending on your GTK theme */
|
||||
margin-bottom: 50px;
|
||||
margin-top: -100px;
|
||||
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
min-height: 0;
|
||||
font-size: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* rm -rf window shadows */
|
||||
window.csd, /* gtk4? */
|
||||
window.csd decoration { /* gtk3 */
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/** WARNING: CAN BREAK THINGS **/
|
||||
/** hiding title bar **/
|
||||
/* headerbar.default-decoration { */
|
||||
/* margin-bottom: 50px; */
|
||||
/* margin-top: -100px; */
|
||||
/* } */
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
[Settings]
|
||||
gtk-dialogs-use-header=false
|
||||
|
|
@ -51,6 +51,9 @@ disabled = true
|
|||
[package]
|
||||
disabled = true
|
||||
|
||||
[perl]
|
||||
disabled = true
|
||||
|
||||
[ocaml]
|
||||
disabled = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue