summaryrefslogtreecommitdiff
path: root/settings-dialogs
diff options
context:
space:
mode:
authorPeter de Ridder <peter@xfce.org>2012-10-11 22:27:11 +0200
committerOlivier Fourdan <fourdan@xfce.org>2020-11-29 09:52:45 +0100
commit85db8e89eaa3c9bf4b092ea1cb5ba8b07b71218e (patch)
tree3bd10eeeb8856fed5edd38f2621af649b0502474 /settings-dialogs
parent0f863657b96319847d2221f061d6dc69c9c322cb (diff)
downloadxfwm4-85db8e89eaa3c9bf4b092ea1cb5ba8b07b71218e.tar.gz
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
Diffstat (limited to 'settings-dialogs')
-rw-r--r--settings-dialogs/xfwm4-settings.c1
1 files changed, 1 insertions, 0 deletions
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 }
};