Skip to content

Commit bab8748

Browse files
committed
cinnamon-session-quit.py: Set logout window to keep-above and all-
workspaces. This was inadvertently left out of 6.0 rewrite. ref: https://github.com/orgs/linuxmint/discussions/312
1 parent 37dbe7c commit bab8748

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cinnamon-session-quit/cinnamon-session-quit.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ def run_dialog(self):
285285

286286
self.window.set_default_response(self.default_response)
287287
self.window.connect("response", self.handle_response)
288+
289+
self.window.set_keep_above(True)
290+
self.window.stick()
288291
self.window.present_with_time(0)
289292

290293
def get_session_capabilities(self):

0 commit comments

Comments
 (0)