From 57754572bc20769575b888565dc192c9d6e14f05 Mon Sep 17 00:00:00 2001 From: LuXu Date: Wed, 27 Oct 2021 11:00:46 +0800 Subject: Add default key-binding for DRAG_RELATIVE (#117) Ctrl-Button1 now has a relative drag using the XC_fleur cursor. XC_fleur is normally the cursor for "size all" action, which has 4 arrows pointing to 4 directions. Co-authored-by: NRK --- window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window.c') diff --git a/window.c b/window.c index 5e1392f..1c4eed6 100644 --- a/window.c +++ b/window.c @@ -51,7 +51,7 @@ static struct { int name; Cursor icon; } cursors[CURSOR_COUNT] = { - { XC_left_ptr }, { XC_dotbox }, { XC_watch }, + { XC_left_ptr }, { XC_dotbox }, { XC_fleur }, { XC_watch }, { XC_sb_left_arrow }, { XC_sb_right_arrow } }; -- cgit v1.2.3-54-g00ecf