From 85db8e89eaa3c9bf4b092ea1cb5ba8b07b71218e Mon Sep 17 00:00:00 2001 From: Peter de Ridder Date: Thu, 11 Oct 2012 22:27:11 +0200 Subject: settings: Add 'Always on top' to the double click action Note: This cannot work with CSD (client-side decoration), as double- click is handled by the client and not by the window manager with CSD. Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/1 --- settings-dialogs/xfwm4-settings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'settings-dialogs') diff --git a/settings-dialogs/xfwm4-settings.c b/settings-dialogs/xfwm4-settings.c index e63f1ce31..f99989689 100644 --- a/settings-dialogs/xfwm4-settings.c +++ b/settings-dialogs/xfwm4-settings.c @@ -220,6 +220,7 @@ static const MenuTemplate double_click_values[] = { { N_("Hide window"), "hide" }, { N_("Maximize window"), "maximize" }, { N_("Fill window"), "fill" }, + { N_("Always on top"), "above" }, { N_("Nothing"), "none" }, { NULL, NULL } }; -- cgit v1.2.1