Home
last modified time | relevance | path

Searched refs:target_ws (Results 1 – 10 of 10) sorted by relevance

/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D243-move-to-mark.t107 $target_ws = fresh_workspace;
130 $target_ws = fresh_workspace;
140 $target_ws = get_ws($target_ws);
153 $target_ws = fresh_workspace;
182 $target_ws = fresh_workspace;
214 $target_ws = fresh_workspace;
244 $target_ws = fresh_workspace;
273 $target_ws = fresh_workspace;
277 $M = $target_ws;
298 $target_ws = fresh_workspace;
[all …]
H A D166-assign.t37 my $target_ws = "@_";
40 ok(!($target_ws ~~ @{get_workspace_names()}), "$target_ws does not exist yet");
41 cmd "workspace $target_ws";
42 cmp_ok(@{get_ws_content($target_ws)}, '==', 0, "no containers on $target_ws yet");
44 cmp_ok(@{get_ws_content($target_ws)}, '==', 1, "one container on $target_ws");
48 ok($target_ws ~~ @{get_workspace_names()}, "$target_ws does not exist yet");
57 ok(@{get_ws_content($target_ws)} == 2, "two containers on $target_ws");
H A D113-urgent.t331 my $target_ws = get_ws($tmp_target);
333 is($target_ws->{urgent}, 1, 'Target workspace is now marked urgent');
/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D243-move-to-mark.t107 $target_ws = fresh_workspace;
130 $target_ws = fresh_workspace;
140 $target_ws = get_ws($target_ws);
153 $target_ws = fresh_workspace;
182 $target_ws = fresh_workspace;
214 $target_ws = fresh_workspace;
244 $target_ws = fresh_workspace;
273 $target_ws = fresh_workspace;
277 $M = $target_ws;
298 $target_ws = fresh_workspace;
[all …]
H A D166-assign.t37 my $target_ws = "@_";
40 ok(!($target_ws ~~ @{get_workspace_names()}), "$target_ws does not exist yet");
41 cmd "workspace $target_ws";
42 cmp_ok(@{get_ws_content($target_ws)}, '==', 0, "no containers on $target_ws yet");
44 cmp_ok(@{get_ws_content($target_ws)}, '==', 1, "one container on $target_ws");
48 ok($target_ws ~~ @{get_workspace_names()}, "$target_ws does not exist yet");
57 ok(@{get_ws_content($target_ws)} == 2, "two containers on $target_ws");
H A D113-urgent.t331 my $target_ws = get_ws($tmp_target);
333 is($target_ws->{urgent}, 1, 'Target workspace is now marked urgent');
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/vswitch/wayfire/plugins/
H A Dvswitch.hpp397 auto target_ws = ws + dir; in handle_dir() local
398 if (!output->workspace->is_workspace_valid(target_ws)) in handle_dir()
403 target_ws.x = (target_ws.x + grid_size.width) % grid_size.width; in handle_dir()
404 target_ws.y = (target_ws.y + grid_size.height) % grid_size.height; in handle_dir()
407 target_ws = ws; in handle_dir()
411 return callback(target_ws - ws, view); in handle_dir()
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/common/wayfire/plugins/common/
H A Dmove-drag-interface.hpp653 wf::point_t target_ws{ in adjust_view_on_output() local
657 target_ws = target_ws + current_ws; in adjust_view_on_output()
660 target_ws.x = wf::clamp(target_ws.x, 0, gsize.width - 1); in adjust_view_on_output()
661 target_ws.y = wf::clamp(target_ws.y, 0, gsize.height - 1); in adjust_view_on_output()
682 v.view->fullscreen_request(ev->focused_output, true, target_ws); in adjust_view_on_output()
685 v.view->tile_request(v.view->tiled_edges, target_ws); in adjust_view_on_output()
692 ev->focused_output->workspace->move_to_workspace(v, target_ws); in adjust_view_on_output()
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dcon.c1179 Con *target_ws = con_get_workspace(target); in _con_move_to_con() local
1180 if (!ignore_focus && !con_fullscreen_permits_focusing(target_ws)) { in _con_move_to_con()
1197 con_move_to_workspace(child, target_ws, true, true, false); in _con_move_to_con()
1219 *dest_output = con_get_output(target_ws); in _con_move_to_con()
1224 if (!ignore_focus && source_ws == current_ws && target_ws != source_ws) { in _con_move_to_con()
1268 Con *fullscreen = con_get_fullscreen_con(target_ws, CF_OUTPUT); in _con_move_to_con()
1296 if (!ignore_focus && !con_is_internal(target_ws) && !fullscreen) { in _con_move_to_con()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dcon.c1179 Con *target_ws = con_get_workspace(target); in _con_move_to_con() local
1180 if (!ignore_focus && !con_fullscreen_permits_focusing(target_ws)) { in _con_move_to_con()
1197 con_move_to_workspace(child, target_ws, true, true, false); in _con_move_to_con()
1219 *dest_output = con_get_output(target_ws); in _con_move_to_con()
1224 if (!ignore_focus && source_ws == current_ws && target_ws != source_ws) { in _con_move_to_con()
1268 Con *fullscreen = con_get_fullscreen_con(target_ws, CF_OUTPUT); in _con_move_to_con()
1296 if (!ignore_focus && !con_is_internal(target_ws) && !fullscreen) { in _con_move_to_con()