This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Commit dba22f8 1 parent b253f8c commit dba22f8 Copy full SHA for dba22f8
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -143,13 +143,13 @@ def main():
143
143
if wm == "sway" :
144
144
win .resize (w , h )
145
145
146
- # Necessary in FVWM, otherwise it gets always on screen 0
147
- win .move (x , y )
148
-
149
146
win .show_all ()
150
147
# If done inside the constructor on Openbox, stops the window from grabbing focus!
151
148
win .set_skip_taskbar_hint (True )
152
149
150
+ # Necessary in FVWM, otherwise it always gets on screen 0
151
+ win .move (x , y )
152
+
153
153
Gtk .main ()
154
154
155
155
Original file line number Diff line number Diff line change @@ -177,9 +177,6 @@ def main():
177
177
if wm == "sway" :
178
178
win .resize (w , h )
179
179
180
- # Necessary in FVWM, otherwise it gets always on screen 0
181
- win .move (x , y )
182
-
183
180
# align width of all buttons
184
181
max_width = 0
185
182
for item in all_apps :
@@ -198,6 +195,9 @@ def main():
198
195
# If done inside the constructor on Openbox, stops the window from grabbing focus!
199
196
win .set_skip_taskbar_hint (True )
200
197
198
+ # Necessary in FVWM, otherwise it always gets on screen 0
199
+ win .move (x , y )
200
+
201
201
Gtk .main ()
202
202
203
203
You can’t perform that action at this time.
0 commit comments