Home
last modified time | relevance | path

Searched refs:tag_move_window_by_index_command (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dtagmanager.h29 int tag_move_window_by_index_command(Input argv, Output output);
H A Dtagmanager.cpp298 int TagManager::tag_move_window_by_index_command(Input argv, Output output) { in tag_move_window_by_index_command() function in TagManager
H A Dmain.cpp164 {"move_index", BIND_OBJECT(tags, tag_move_window_by_index_command) }, in commands()