aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--infra/libkookie/modules/workstation/ui/i3/core/tools/i3-rename.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/infra/libkookie/modules/workstation/ui/i3/core/tools/i3-rename.nix b/infra/libkookie/modules/workstation/ui/i3/core/tools/i3-rename.nix
index 298dd31474fe..329b916d2f3d 100644
--- a/infra/libkookie/modules/workstation/ui/i3/core/tools/i3-rename.nix
+++ b/infra/libkookie/modules/workstation/ui/i3/core/tools/i3-rename.nix
@@ -1,8 +1,7 @@
/** A utility to rename the current workspace
*
- * This tool relies on i3-msg, jq, and dmenu to move a window to a
- * different workspace. In the future, maybe the display mechanism
- * (dmenu) could be made configurable, so not to rely on nazi code.
+ * This tool relies on i3-input to change the name of the current
+ * workspace.
*/
{ pkgs, ... }: with pkgs; writeShellScript "libkookie-i3-rename" ''