input: Add unbound shortcut to toggle sticky state

This commit is contained in:
Victoria Brekenfeld 2023-12-20 20:21:04 +00:00 committed by Victoria Brekenfeld
parent d2e394b957
commit c50607afd5
3 changed files with 18 additions and 0 deletions

View file

@ -182,6 +182,7 @@ pub enum Action {
ToggleStacking,
ToggleTiling,
ToggleWindowFloating,
ToggleSticky,
SwapWindow,
Resizing(ResizeDirection),