From ae430654ddbb314fdb63e90d9cc75376932bf5d6 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sun, 15 Mar 2020 20:28:32 +0100 Subject: [PATCH] a pretty nonsense change --- cli.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.js b/cli.js index 5943915..836b150 100755 --- a/cli.js +++ b/cli.js @@ -31,4 +31,5 @@ if (profile) { console.log('Using profile', profile); } +console.log('Uh, I like it!'); swm.activate(selectedMonitors, postCmd);