config: add include_one directive with basename deduplication

This commit is contained in:
rajj28 2026-01-28 17:12:19 +00:00
parent 40aabb80c6
commit 3077f0b589
4 changed files with 114 additions and 0 deletions

View file

@ -145,6 +145,7 @@ sway_cmd cmd_fullscreen;
sway_cmd cmd_gaps;
sway_cmd cmd_hide_edge_borders;
sway_cmd cmd_include;
sway_cmd cmd_include_one;
sway_cmd cmd_inhibit_idle;
sway_cmd cmd_input;
sway_cmd cmd_seat;