Last active
June 5, 2018 08:41
-
-
Save SilverRainZ/dfee6dc31b16883ce1b65ee4803dd05b to your computer and use it in GitHub Desktop.
disable-csd.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/sui/sui_window.c b/src/sui/sui_window.c | |
index 4289123..e23233d 100644 | |
--- a/src/sui/sui_window.c | |
+++ b/src/sui/sui_window.c | |
@@ -276,6 +276,7 @@ static void sui_window_constructed(GObject *object){ | |
SuiWindow *self; | |
self = SUI_WINDOW(object); | |
+ self->cfg->csd = FALSE; | |
if (!self->cfg->csd){ | |
/* Move side header widgets from side_header_bar to side_header_box */ | |
gtk_container_remove(GTK_CONTAINER(self->side_header_bar), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment