Index: uspace/lib/ui/include/types/ui/window.h
===================================================================
--- uspace/lib/ui/include/types/ui/window.h	(revision 7cf5ddbad0929896f7de7dcfdf23d42fe47929b3)
+++ uspace/lib/ui/include/types/ui/window.h	(revision bb65ccb31c144be2b4feec192f1c785c3a4acde8)
@@ -1,4 +1,5 @@
 /*
  * Copyright (c) 2023 Jiri Svoboda
+ * Copyright (c) 2023 SimonJRiddix
  * All rights reserved.
  *
@@ -53,8 +54,12 @@
 	/** Place window to the top-right corner of the screen */
 	ui_wnd_place_top_right,
+	/** Place window to the bottom-left corner of the screen on top of taskbar */
+	ui_wnd_place_bottom_left,
+	/** Place window to the bottom-right corner of the screen on top of taskbar */
+	ui_wnd_place_bottom_right,
 	/** Place window to the bottom-left corner of the screen */
-	ui_wnd_place_bottom_left,
+	ui_wnd_place_bottom_left_absolute,
 	/** Place window to the bottom-right corner of the screen */
-	ui_wnd_place_bottom_right,
+	ui_wnd_place_bottom_right_absolute,
 	/** Place window accross the entire screen */
 	ui_wnd_place_full_screen,
