From 84f74cf3b888a2c38853c36b75eeff8441449bb4 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Thu, 24 Dec 2020 23:52:39 +0100 Subject: [PATCH] Update README.md Thanks to tobiaspc --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c726c93..63667f1 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,6 @@ Add a keybinding to ~/.config/sway/config: bindsym $mod+Tab exec ~/.local/bin/swayswitch ``` Reload config and open up window switcher with $mod+tab. + +## Thanks +Thanks to tobiaspc for the startingpoint for this code: