From 8331c0b172d4d9e9f9216ca06d8d2dd32ceca291 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Tue, 6 Aug 2024 19:42:12 +0200 Subject: [PATCH] wmctrl: fix typo (#13398) --- pages/linux/wmctrl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/wmctrl.md b/pages/linux/wmctrl.md index a6fe9467f..d03170117 100644 --- a/pages/linux/wmctrl.md +++ b/pages/linux/wmctrl.md @@ -23,6 +23,6 @@ `wmctrl -r {{window_title}} -b toggle,fullscreen` -- Select a window a move it to a workspace: +- Select a window and move it to a workspace: `wmctrl -r {{window_title}} -t {{workspace_number}}`