From 989e7aaeda44b02bdb92455dfe7b58dafc28435c Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 24 Aug 2020 14:52:47 +0200 Subject: config: implement map-pointer command This command takes a mode, modifiers, button/event name, and pointer action as arguments. It stores these in the config data structure. The currently available pointer actions are move-view and resize-view, which replace the previously hard-coded functionality. Closing the hovered view with middle click has temorarily been removed until it is decided if we wish to make this another special pointer action or perhaps allow running any arbitrary command (which would of course include close). --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0cdb98f..3900eed 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ installed: - wayland-protocols - [wlroots](https://github.com/swaywm/wlroots) 0.11.0 - xkbcommon +- libevdev - pixman - pkg-config - scdoc (optional, but required for man page generation) -- cgit v1.2.3