From 1b274280f80def86f17000d02079e1f81e92e907 Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Fri, 21 Feb 2020 00:55:26 +0000 Subject: [PATCH 1/2] fix extraneous commands sent --- dotfiles/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/launcher.sh b/dotfiles/launcher.sh index 8500443..85bb3f7 100755 --- a/dotfiles/launcher.sh +++ b/dotfiles/launcher.sh @@ -1,4 +1,4 @@ -#!bin/bash +#!/bin/bash # launcher.sh sleep 2 xmodmap ~/r_e_c_u_r/dotfiles/.remap & From 1138852ba9f5e3cb18f14f66f0ccc9205d01bb8f Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Fri, 21 Feb 2020 00:56:13 +0000 Subject: [PATCH 2/2] oops, this is what i meant to commit --- plugins/WJSendPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/WJSendPlugin.py b/plugins/WJSendPlugin.py index 448dde1..c38cb81 100644 --- a/plugins/WJSendPlugin.py +++ b/plugins/WJSendPlugin.py @@ -262,5 +262,5 @@ class WJSendPlugin(ActionsPlugin, SequencePlugin, DisplayPlugin, ModulationRecei # wipe / mix level def set_mix(self, value): #output = "VMM:{:04X}".format(int(255*255*value)) - self.send('VMM', "VMM:{:04X}", [ int(255*255*value) ])#output) + self.send('VMM', "VMM:{:02X}", [ int(255*value) ])#output)