Skip to content

Commit a6a8804

Browse files
authored
Add wm-actions example (WayfireWM#1310)
* Add `wm-actions` example * Comment `wm-actions` example
1 parent a36d649 commit a6a8804

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

wayfire.ini

+10
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ plugins = \
6464
switcher \
6565
vswitch \
6666
window-rules \
67+
wm-actions \
6768
wobbly \
6869
wrot \
6970
zoom
@@ -210,6 +211,15 @@ command_light_down = light -U 5
210211

211212
# Windows ──────────────────────────────────────────────────────────────────────
212213

214+
# Actions related to window management functionalities.
215+
#
216+
# Example configuration:
217+
#
218+
# [wm-actions]
219+
# toggle_fullscreen = <super> KEY_F
220+
# toggle_always_on_top = <super> KEY_X
221+
# toggle_sticky = <super> <shift> KEY_X
222+
213223
# Position the windows in certain regions of the output.
214224
[grid]
215225
#

0 commit comments

Comments
 (0)