swayfx/sway/commands
Ian Fan 9227cb7d67 commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST
This makes it a bit more obvious what the expected number of arguments is.
2018-10-23 10:51:54 +01:00
..
bar commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST 2018-10-23 10:51:54 +01:00
input Fix some missing commands in sway-input(5) 2018-10-03 07:50:37 -04:00
output Handle shell special characters in bg file path 2018-09-28 23:12:24 -04:00
seat Introduce cursor_rebase 2018-10-19 22:47:54 +10:00
assign.c
bar.c cmd_bar: simplify logic 2018-10-13 17:56:11 -04:00
bind.c commands: remove EXPECTED_MORE_THAN 2018-10-23 10:17:58 +01:00
border.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
client.c Shim client.background and client.placeholder 2018-10-07 14:44:37 -04:00
create_output.c Fix compilation against wlroots without X11 backend 2018-09-21 21:25:03 +10:00
default_border.c
default_floating_border.c
default_orientation.c
exec.c
exec_always.c commands: remove EXPECTED_MORE_THAN 2018-10-23 10:17:58 +01:00
exit.c
floating.c Introduce seat_set_focus_container and seat_set_focus_workspace 2018-09-06 19:26:56 +10:00
floating_minmax_size.c
floating_modifier.c
focus.c Introduce cursor_rebase 2018-10-19 22:47:54 +10:00
focus_follows_mouse.c
focus_on_window_activation.c Implement focus_on_window_activation 2018-09-02 18:20:34 +10:00
focus_wrapping.c
font.c
for_window.c
force_display_urgency_hint.c
force_focus_wrapping.c
fullscreen.c commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST 2018-10-23 10:51:54 +01:00
gaps.c fix_edge_gaps: Allow negative values for outer gaps. 2018-10-13 17:42:49 +02:00
hide_edge_borders.c Handle border options for gaps 2018-10-01 21:19:06 -04:00
include.c
input.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
kill.c Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
layout.c commands: remove EXPECTED_MORE_THAN 2018-10-23 10:17:58 +01:00
mark.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
mode.c
mouse_warping.c Add mouse_warping container 2018-10-10 12:45:21 +02:00
move.c Fix crash when moving a container to a fullscreen workspace 2018-10-22 18:02:33 +10:00
no_focus.c
nop.c
opacity.c commands: print correct command on error for exec and opacity 2018-10-23 10:14:50 +01:00
output.c
popup_during_fullscreen.c Implement popup_during_fullscreen 2018-10-08 22:49:59 +10:00
reload.c cmd_reload: recalc font sizing + rebuild textures 2018-10-21 22:57:29 -04:00
rename.c Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
resize.c Fix crash when resizing container hidden in the scratchpad 2018-10-23 00:02:08 +10:00
scratchpad.c Minor refactor of input manager 2018-10-20 13:11:43 +10:00
seat.c commands: prevent running empty seat command 2018-09-08 19:53:27 +01:00
set.c
show_marks.c Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
smart_borders.c Handle border options for gaps 2018-10-01 21:19:06 -04:00
smart_gaps.c Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
split.c Implement type safe arguments and demote sway_container 2018-09-05 18:01:43 +10:00
sticky.c fix: cmd_sticky crash sway with empty container 2018-10-11 22:29:41 +02:00
swap.c Make workspace back_and_forth seat-specific 2018-10-21 11:26:22 +10:00
swaybg_command.c Allow swaybg to be disabled 2018-10-08 15:08:33 +02:00
swaynag_command.c cmd_swaynag_command: fix typo in variable 2018-10-22 21:19:22 -04:00
tiling_drag.c Introduce tiling_drag directive 2018-09-11 17:17:19 +10:00
title_format.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
unmark.c Fix crashes when running certain commands on an empty workspace 2018-10-17 19:55:00 +10:00
urgent.c commands: when setting urgency, check container is not null 2018-10-08 17:48:25 +01:00
workspace.c Make workspace back_and_forth seat-specific 2018-10-21 11:26:22 +10:00
workspace_layout.c
ws_auto_back_and_forth.c