From 6d46aaffcf67f1aa990387e4efa6748bf0313154 Mon Sep 17 00:00:00 2001 From: Dan Ponte Date: Sun, 15 Jan 2023 11:31:35 -0500 Subject: [PATCH] Readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6d119e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +`swarp` swaps the first two i3 output workspaces. + +# Building + +Type `make` + +# Using + +Bind like + +``` +bindsym $mod+Shift+s exec --no-startup-id swarp +```