aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMolly Miller <knmcn@m-squa.red>2021-01-17 21:44:28 +0000
committerKatharina Fey <kookie@spacekookie.de>2021-01-18 10:48:16 +0100
commite51121182016d8b7b80c1f3024f93636628d3373 (patch)
treeda590452f302066d1030a2a2539d0980622f3309
parentb106c6184741409a2fdd697ccd3ff520e1f44046 (diff)
libkookie: i3: make the leading comment more accurate.
In particular, this script does not rely on jq or dmenu.
-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" ''