Skip to content

Instantly share code, notes, and snippets.

@SilverRainZ
Last active June 5, 2018 08:41
Show Gist options
  • Save SilverRainZ/dfee6dc31b16883ce1b65ee4803dd05b to your computer and use it in GitHub Desktop.
Save SilverRainZ/dfee6dc31b16883ce1b65ee4803dd05b to your computer and use it in GitHub Desktop.
disable-csd.patch
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