Home
last modified time | relevance | path

Searched refs:__i3_scratch (Results 1 – 13 of 13) sorted by relevance

/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D185-scratchpad.t58 my $__i3_scratch = get_ws('__i3_scratch');
63 $__i3_scratch = get_ws('__i3_scratch');
73 $__i3_scratch = get_ws('__i3_scratch');
82 $__i3_scratch = get_ws('__i3_scratch');
89 $__i3_scratch = get_ws('__i3_scratch');
105 $__i3_scratch = get_ws('__i3_scratch');
138 $__i3_scratch = get_ws('__i3_scratch');
163 $__i3_scratch = get_ws('__i3_scratch');
201 $__i3_scratch = get_ws('__i3_scratch');
278 $__i3_scratch = get_ws('__i3_scratch');
[all …]
H A D206-fullscreen-scratchpad.t102 my $__i3_scratch = get_ws('__i3_scratch');
103 my @scratch_nodes = @{$__i3_scratch->{floating_nodes}};
108 $__i3_scratch = get_ws('__i3_scratch');
109 @scratch_nodes = @{$__i3_scratch->{floating_nodes}};
H A D504-move-workspace-to-output.t187 my $__i3_scratch = get_ws('__i3_scratch');
188 is(scalar @{$__i3_scratch->{floating_nodes}}, 0, 'scratchpad is empty');
209 $__i3_scratch = get_ws('__i3_scratch');
210 is(scalar @{$__i3_scratch->{floating_nodes}}, 1, 'window still in scratchpad');
H A D243-move-to-mark.t27 my $__i3_scratch;
425 $__i3_scratch = get_ws('__i3_scratch');
426 is(@{$__i3_scratch->{nodes}}, 0, 'there are no tiling windows on the scratchpad workspace');
427 is(@{$__i3_scratch->{floating_nodes}}, 2, 'there are two floating containers in the scratchpad');
/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D185-scratchpad.t58 my $__i3_scratch = get_ws('__i3_scratch');
63 $__i3_scratch = get_ws('__i3_scratch');
73 $__i3_scratch = get_ws('__i3_scratch');
82 $__i3_scratch = get_ws('__i3_scratch');
89 $__i3_scratch = get_ws('__i3_scratch');
105 $__i3_scratch = get_ws('__i3_scratch');
138 $__i3_scratch = get_ws('__i3_scratch');
163 $__i3_scratch = get_ws('__i3_scratch');
201 $__i3_scratch = get_ws('__i3_scratch');
278 $__i3_scratch = get_ws('__i3_scratch');
[all …]
H A D206-fullscreen-scratchpad.t102 my $__i3_scratch = get_ws('__i3_scratch');
103 my @scratch_nodes = @{$__i3_scratch->{floating_nodes}};
108 $__i3_scratch = get_ws('__i3_scratch');
109 @scratch_nodes = @{$__i3_scratch->{floating_nodes}};
H A D504-move-workspace-to-output.t187 my $__i3_scratch = get_ws('__i3_scratch');
188 is(scalar @{$__i3_scratch->{floating_nodes}}, 0, 'scratchpad is empty');
209 $__i3_scratch = get_ws('__i3_scratch');
210 is(scalar @{$__i3_scratch->{floating_nodes}}, 1, 'window still in scratchpad');
H A D243-move-to-mark.t27 my $__i3_scratch;
425 $__i3_scratch = get_ws('__i3_scratch');
426 is(@{$__i3_scratch->{nodes}}, 0, 'there are no tiling windows on the scratchpad workspace');
427 is(@{$__i3_scratch->{floating_nodes}}, 2, 'there are two floating containers in the scratchpad');
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dscratchpad.c35 Con *__i3_scratch = workspace_get("__i3_scratch"); in scratchpad_move() local
36 if (con_get_workspace(con) == __i3_scratch) { in scratchpad_move()
59 con_move_to_workspace(con, __i3_scratch, true, true, false); in scratchpad_move()
87 Con *__i3_scratch = workspace_get("__i3_scratch"); in scratchpad_show() local
161 current != __i3_scratch) { in scratchpad_show()
175 con = TAILQ_FIRST(&(__i3_scratch->floating_head)); in scratchpad_show()
248 Con *__i3_scratch = workspace_get("__i3_scratch"); in scratchpad_fix_resolution() local
249 Con *__i3_output = con_get_output(__i3_scratch); in scratchpad_fix_resolution()
287 TAILQ_FOREACH (con, &(__i3_scratch->floating_head), floating_windows) { in scratchpad_fix_resolution()
H A Dcommands.c1460 Con *__i3_scratch = workspace_get("__i3_scratch"); in cmd_focus() local
1470 if (ws == __i3_scratch) { in cmd_focus()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dscratchpad.c35 Con *__i3_scratch = workspace_get("__i3_scratch"); in scratchpad_move() local
36 if (con_get_workspace(con) == __i3_scratch) { in scratchpad_move()
59 con_move_to_workspace(con, __i3_scratch, true, true, false); in scratchpad_move()
87 Con *__i3_scratch = workspace_get("__i3_scratch"); in scratchpad_show() local
161 current != __i3_scratch) { in scratchpad_show()
175 con = TAILQ_FIRST(&(__i3_scratch->floating_head)); in scratchpad_show()
248 Con *__i3_scratch = workspace_get("__i3_scratch"); in scratchpad_fix_resolution() local
249 Con *__i3_output = con_get_output(__i3_scratch); in scratchpad_fix_resolution()
287 TAILQ_FOREACH (con, &(__i3_scratch->floating_head), floating_windows) { in scratchpad_fix_resolution()
H A Dcommands.c1460 Con *__i3_scratch = workspace_get("__i3_scratch"); in cmd_focus() local
1470 if (ws == __i3_scratch) { in cmd_focus()
/dports/x11-wm/sway/sway-1.5.1/sway/
H A Dsway-ipc.7.scd492 "name": "__i3_scratch",