river/river/command
Isaac Freund 989e7aaeda
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).
2020-08-24 18:57:43 +02:00
..
attach_mode.zig style: attach_mode() -> attachMode() 2020-08-24 11:50:38 +02:00
close.zig code: use a tagged union to store focus 2020-07-15 14:15:17 +02:00
config.zig root: refactor transaction initiation 2020-08-13 11:17:15 +02:00
declare_mode.zig config: implement map-pointer command 2020-08-24 18:57:43 +02:00
enter_mode.zig command: allow output on success, refactor 2020-06-26 17:57:03 +02:00
exit.zig command: allow output on success, refactor 2020-06-26 17:57:03 +02:00
filter.zig Implement csd-filter-add and float-filter-add commands 2020-07-16 21:24:08 +02:00
focus_output.zig code: simplify direction parsing 2020-07-15 13:03:28 +02:00
focus_view.zig view stack: rework iteration for flexibility 2020-08-21 16:31:39 +02:00
layout.zig command: allow output on success, refactor 2020-06-26 17:57:03 +02:00
map.zig config: implement map-pointer command 2020-08-24 18:57:43 +02:00
mod_master_count.zig root: refactor transaction initiation 2020-08-13 11:17:15 +02:00
mod_master_factor.zig root: refactor transaction initiation 2020-08-13 11:17:15 +02:00
send_to_output.zig root: refactor transaction initiation 2020-08-13 11:17:15 +02:00
spawn.zig command/spawn: use _exit(2) instead of exit(3) 2020-07-12 12:16:05 +02:00
tags.zig seat: set focus before starting transactions 2020-08-13 11:17:15 +02:00
toggle_float.zig root: refactor transaction initiation 2020-08-13 11:17:15 +02:00
toggle_fullscreen.zig root: refactor transaction initiation 2020-08-13 11:17:15 +02:00
xcursor_theme.zig cursor: make xcursor theme configurable 2020-07-14 17:34:29 +02:00
zoom.zig view stack: rework iteration for flexibility 2020-08-21 16:31:39 +02:00