| Re: [Sawfish] windows all shift 3-4 pixels left every workspace change in F42 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/sawfish Archives
]
- To: sawfish@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [Sawfish] windows all shift 3-4 pixels left every workspace change in F42
- From: Trevor Cordes <trevor@xxxxxxxxxxxxx>
- Date: Mon, 24 Nov 2025 22:19:32 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tecnopolis.ca; s=mailfwdk1; t=1764044374; bh=uEHzXq4ydUb65SNx1iy8r+wkml+KFHH0IBN2KPG9ZVI=; h=Date:From:To:Subject:In-Reply-To:References; b=LLj0i7hnqJARpOrkQvQv4FoUHCHR75OFbZ3CrwnU4kg8dWT0vLXol+w6stGdGyiPv v+UISADrOMES4ZSPVrEIrxrtjSJ5b4GOhNa5cHfa73fFrPb5ZzyjiigPyGZmsxyBCa 2V3A03zo2LFIgN/AvuPcSC6qOH4v5e+9eR9gwzvs=
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