From d4670a3b3d909445072127a263262bb6945cc645 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Wed, 24 Apr 2024 17:12:55 -0500 Subject: [PATCH] add pleasantries like a readme and license --- LICENSE | 13 +++++++++++++ README.md | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e49b120 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2024 Octopus Octopus @oct2pus@jade.moe + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d650639 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# FTLSWITCH + +**F**oreign-**T**op**l**evel window switch. + +uses [tofi](https://github.com/philj56/tofi), should be easy to modify to your preferred not-a-dmenu program like [rofi](https://github.com/davatorium/rofi) or [bemenu](https://github.com/Cloudef/bemenu).