swayfx/sway/commands
2023-05-18 14:41:42 +02:00
..
bar ipc: make bar <bar_id> mode|hidden_state behave as documented 2021-11-25 11:32:46 +01:00
input rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
output rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
seat rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
assign.c
bar.c Prevent use-after-free on first bar subcommand error 2021-04-18 20:53:36 -07:00
bind.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
blur.c Removed unneeded one-liner cmd functions 2023-05-18 14:41:42 +02:00
blur_passes.c Add kawase blur (#120) 2023-04-17 23:24:48 +02:00
blur_radius.c Add kawase blur (#120) 2023-04-17 23:24:48 +02:00
blur_xray.c Add kawase blur (#120) 2023-04-17 23:24:48 +02:00
border.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
client.c Add focused_tab_title 2021-12-10 16:09:29 +01:00
corner_radius.c Made layer_effects syntax similar to the for_window command 2023-05-02 18:23:25 +02:00
create_output.c Implement create_output command for headless backend 2020-04-14 16:06:20 +02:00
default_border.c
default_dim_inactive.c Implement for_window support for dim_inactive (#109) 2023-02-14 20:19:02 -05:00
default_floating_border.c
default_orientation.c
dim_inactive.c Implement for_window support for dim_inactive (#109) 2023-02-14 20:19:02 -05:00
dim_inactive_colors.c [Feature] Dim inactive windows (#66) 2022-12-07 00:10:11 -05:00
exec.c exec: fix validation during config reload 2020-08-24 09:41:54 +02:00
exec_always.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
exit.c
floating.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
floating_minmax_size.c
floating_modifier.c Add ability to remove the floating modifier 2020-01-20 09:19:04 -07:00
focus.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
focus_follows_mouse.c
focus_on_window_activation.c
focus_wrapping.c
font.c upstream update: merge sway 1.8.1 (#111) 2023-02-14 10:51:29 -05:00
for_window.c
force_display_urgency_hint.c fix force_display_urgency_hint parsing 2020-08-03 15:39:48 +02:00
force_focus_wrapping.c
fullscreen.c cmd_fullscreen: ignore fullscreen request on workspaces 2021-05-10 10:30:44 +02:00
gaps.c Add gaps <type> <scope> toggle <px> command 2021-07-22 10:12:33 +02:00
gesture.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
hide_edge_borders.c
include.c
inhibit_idle.c
input.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
kill.c
layer_effects.c Refactored layer_effects command to parse multiline configs 2023-05-10 19:15:10 +02:00
layout.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
mark.c
max_render_time.c view: add max_render_time 2019-11-17 20:18:42 +01:00
mode.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
mouse_warping.c
move.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
new_float.c
new_window.c
no_focus.c
nop.c
opacity.c
output.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
popup_during_fullscreen.c
reload.c Avoid unecessary font metric calculations 2021-09-20 09:25:47 +02:00
rename.c rebase: Sway 1.8 (#78) 2023-01-04 17:32:43 -05:00
resize.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
saturation.c Per application color saturation support (#21) 2022-11-11 19:38:09 -05:00
scratchpad.c Fix for_window criteria and mouse button bindings 2021-02-25 09:48:39 -05:00
scratchpad_minimize.c Extend minimize logic to work with XWayland and XDG applications (#132) 2023-03-26 11:44:21 -04:00
seat.c Declare all struct cmd_handler arrays const 2021-02-04 09:49:06 +01:00
set.c
shadow_blur_radius.c feat: Add box shadows (#64) 2023-01-18 01:49:26 -05:00
shadow_color.c feat: Add box shadows (#64) 2023-01-18 01:49:26 -05:00
shadows.c Removed unneeded one-liner cmd functions 2023-05-18 14:41:42 +02:00
shadows_on_csd.c Add option for enabling shadows for CSD windows (#106) 2023-02-01 01:13:04 +01:00
shortcuts_inhibitor.c commands: Add per-view shortcuts_inhibitor command 2020-05-13 21:22:16 -04:00
show_marks.c
smart_borders.c
smart_corner_radius.c feat: smart smart_corner_radius (#101) 2023-01-19 17:33:56 -05:00
smart_gaps.c Add smart_gaps inverse_outer command 2021-10-29 13:37:58 +02:00
split.c commands: update split none command for a047b5ee4 2021-09-04 00:24:47 +02:00
sticky.c container: Move pending state to state struct 2021-02-16 22:05:00 -05:00
swap.c cmd/swap: error on swapping a container with itself 2022-01-22 23:37:16 +01:00
swaybg_command.c
swaynag_command.c
tiling_drag.c
tiling_drag_threshold.c
title_align.c
title_format.c Avoid unecessary font metric calculations 2021-09-20 09:25:47 +02:00
titlebar_border_thickness.c
titlebar_padding.c fix: titlebars on containers with smart_gaps on and a large corner_radius now render as expected 2022-11-30 20:22:39 -05:00
titlebar_separator.c feature: hide separator between titlebar and content (#91) 2023-03-12 03:20:50 -04:00
unmark.c Fix for_window criteria and mouse button bindings 2021-02-25 09:48:39 -05:00
urgent.c
workspace.c Revert "Add workspace {prev,next}_on_output --create" 2021-06-22 19:00:31 +02:00
workspace_layout.c
ws_auto_back_and_forth.c
xwayland.c