From a01a3d4f5494855abf52f42c886a75b4500f35d5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 13:47:55 +0200 Subject: Docs(treewide): Add a colon after every "TODO" --- home-manager/soispha/wms/river/res/moonlander.ron | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home-manager/soispha/wms') diff --git a/home-manager/soispha/wms/river/res/moonlander.ron b/home-manager/soispha/wms/river/res/moonlander.ron index 5a10f333..7a0c7298 100644 --- a/home-manager/soispha/wms/river/res/moonlander.ron +++ b/home-manager/soispha/wms/river/res/moonlander.ron @@ -1,6 +1,6 @@ #![enable(implicit_some)] RiverctlCommandArray( - // TODO add toggle-focus mapping + // TODO: add toggle-focus mapping commands: [ // Movement RiverctlCommand( map_mode: Map, mode: ["normal"], key: "A", mods: "Alt+Control+Super+Shift", command: "exit", command_args: None,), @@ -57,8 +57,8 @@ RiverctlCommandArray( tag_commands: [ RiverctlTagCommand( map_mode: Map, mode: ["normal"], mods: "Alt+Control+Super+Shift", command: "set-focused-tags",), RiverctlTagCommand( map_mode: Map, mode: ["normal"], mods: "Alt+Control+Shift", command: "set-view-tags",), - // TODO RiverctlTagCommand( map_mode: Map, mode: ["normal"], mods: "Super+Control", command: "toggle-focused-tags",), - // TODO RiverctlTagCommand( map_mode: Map, mode: ["normal"], mods: "Super+Shift+Control", command: "toggle-view-tags",), + // TODO: RiverctlTagCommand( map_mode: Map, mode: ["normal"], mods: "Super+Control", command: "toggle-focused-tags",), + // TODO: RiverctlTagCommand( map_mode: Map, mode: ["normal"], mods: "Super+Shift+Control", command: "toggle-view-tags",), ], ) -- cgit 1.4.1