Compare commits
No commits in common. "f89e920b91f8bd41bde3636ab08db55d2d7f78ef" and "70c8066d3fcb2bae51da975b7e661c19448d13f4" have entirely different histories.
f89e920b91
...
70c8066d3f
7 changed files with 60 additions and 3 deletions
2
misc/.config/gtk-3.0/bookmarks
Normal file
2
misc/.config/gtk-3.0/bookmarks
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
file:///home/wball/Nextcloud/Books
|
||||||
|
file:///home/wball/Nextcloud
|
||||||
26
misc/.config/gtk-3.0/gtk.css
Normal file
26
misc/.config/gtk-3.0/gtk.css
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
/* 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; */
|
||||||
|
/* } */
|
||||||
2
misc/.config/gtk-3.0/settings.ini
Normal file
2
misc/.config/gtk-3.0/settings.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[Settings]
|
||||||
|
gtk-dialogs-use-header=false
|
||||||
2
misc/.config/gtk-4.0/bookmarks
Normal file
2
misc/.config/gtk-4.0/bookmarks
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
file:///home/wball/Nextcloud/Books
|
||||||
|
file:///home/wball/Nextcloud
|
||||||
26
misc/.config/gtk-4.0/gtk.css
Normal file
26
misc/.config/gtk-4.0/gtk.css
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
/* 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; */
|
||||||
|
/* } */
|
||||||
2
misc/.config/gtk-4.0/settings.ini
Normal file
2
misc/.config/gtk-4.0/settings.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[Settings]
|
||||||
|
gtk-dialogs-use-header=false
|
||||||
|
|
@ -51,9 +51,6 @@ disabled = true
|
||||||
[package]
|
[package]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[perl]
|
|
||||||
disabled = true
|
|
||||||
|
|
||||||
[ocaml]
|
[ocaml]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue