Index: uspace/lib/ui/include/types/ui/window.h
===================================================================
--- uspace/lib/ui/include/types/ui/window.h	(revision e1f5fb191dfe5766d747cfd1c7466d29ff2d3e95)
+++ uspace/lib/ui/include/types/ui/window.h	(revision 89bca6063360687c24dd26d942cd935fa39acec2)
@@ -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,
