about summary refs log tree commit diff stats
path: root/home-manager/soispha/wms/river/res/moonlander.ron
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/wms/river/res/moonlander.ron')
-rw-r--r--home-manager/soispha/wms/river/res/moonlander.ron6
1 files changed, 3 insertions, 3 deletions
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",),
     ],
 )