aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager/soispha/wms/river
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-26 13:47:55 +0200
committerSoispha <soispha@vhack.eu>2023-08-26 13:50:01 +0200
commita01a3d4f5494855abf52f42c886a75b4500f35d5 (patch)
treea94dc7022ee9be3b53dc3a897209d2086759b260 /home-manager/soispha/wms/river
parentFeat(hm/conf/neovim/plugins/goto-preview): Init (diff)
downloadnixos-config-a01a3d4f5494855abf52f42c886a75b4500f35d5.zip
Docs(treewide): Add a colon after every "TODO"
Diffstat (limited to 'home-manager/soispha/wms/river')
-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",),
],
)