Re: [Sawfish] windows all shift 3-4 pixels left every workspace change in F42

[ Thread Index | Date Index | More lists.tuxfamily.org/sawfish Archives ]


I just noticed something else.  When I switch workspaces, the windows
seem to draw in the correct places, and then a fraction of a second
later they move left!  It really appears they are not drawing in the
wrong place: they are drawing correctly and then moving!

Also, I have determined (I think) that the length of the window move is
3 pixels. I have also changed to a theme that allows for a 2 and 0 pixel
width border, and the move is still 3 pixels.

I have gone through every /usr/share/sawfish file looking for "3" to
see if anything jumps out at me, but nothing does.  Then again, my lisp
is very stale and poor.

I also looked through any gtk customization I had, which was a small
amount in .config/gtk-3.0/gtk.css, that I am including below.  I
deleted the file and restarted X to ensure my gtk3 settings are not
causing this.

# gtk.css
* {
  -GtkRange-stepper-size: 8;
  -GtkScrollbar-has-forward-stepper: true;
  -GtkScrollbar-has-backward-stepper: true;
}
scrollbar, scrollbar button {
  background-color: #dfe7e5;
  background-size: 0;
}
scrollbar slider {
  background-color: #acbfdd;
  border: none;
}
* {
  -GtkWindow-resize-grip-height: 0;
  -GtkWindow-resize-grip-width: 0;
  -GtkWindow-resize-grip-default: false;
}

-- 
Sawfish ML


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/