From e51121182016d8b7b80c1f3024f93636628d3373 Mon Sep 17 00:00:00 2001 From: Molly Miller Date: Sun, 17 Jan 2021 21:44:28 +0000 Subject: libkookie: i3: make the leading comment more accurate. In particular, this script does not rely on jq or dmenu. --- infra/libkookie/modules/workstation/ui/i3/core/tools/i3-rename.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'infra') 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" '' -- cgit v1.2.3