lib/fusuma.rb in fusuma-0.4.0 vs lib/fusuma.rb in fusuma-0.4.1

- old
+ new

@@ -48,12 +48,11 @@ private def libinput_command return @libinput_command if @libinput_command - # NOTE: --enable-dwt means "disable while typing" prefix = 'stdbuf -oL --' - command = 'libinput-debug-events --enable-dwt' + command = 'libinput-debug-events' device_option = if Device.names.size == 1 "--device /dev/input/#{Device.names.first}" end @libinput_command = [prefix, command, device_option].join(' ') MultiLogger.debug(libinput_command: @libinput_command)